diff options
Diffstat (limited to '')
-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? } |