diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/nixos/x86_64-linux/rivendell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix index 6ba2af2..1fab968 100644 --- a/machines/nixos/x86_64-linux/rivendell.nix +++ b/machines/nixos/x86_64-linux/rivendell.nix @@ -65,6 +65,11 @@ networking.firewall.trustedInterfaces = [ "wg0" ]; networking.firewall.allowedUDPPorts = [ 51871 ]; + services.website = { + enable = true; + openFirewall = true; + }; + home-manager = { users.${adminUser.name} = { imports = [ |
