diff options
author | stuebinm | 2023-04-14 00:42:11 +0200 |
---|---|---|
committer | stuebinm | 2023-04-14 00:42:11 +0200 |
commit | 674517730ad3b7c52fd4d8a14cf4891a42e209a5 (patch) | |
tree | 94d0fed558d24c72d46705a0bf085fa14d6c5ab4 /chaski | |
parent | ab8a3b66a66bc58cd901f6d24e551906e74e174f (diff) |
chaski: config for chat-in-nixstore shitpost
Diffstat (limited to 'chaski')
-rw-r--r-- | chaski/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chaski/configuration.nix b/chaski/configuration.nix index 658f55a..af82b98 100644 --- a/chaski/configuration.nix +++ b/chaski/configuration.nix @@ -43,6 +43,11 @@ firewall.allowedTCPPorts = [ 80 443 ]; }; + services.nix-serve = { + enable = true; + openFirewall = true; + }; + system.stateVersion = "20.09"; # Did you read the comment? } |