diff --git a/hosts/permafrost/configuration.nix b/hosts/permafrost/configuration.nix index 9514b11..b45711b 100644 --- a/hosts/permafrost/configuration.nix +++ b/hosts/permafrost/configuration.nix @@ -1,11 +1,14 @@ { pkgs, ... }: { - permafrost.nyazoom.enable = true; - permafrost.forgejo.enable = true; - permafrost.motd.enable = true; - permafrost.acme.enable = true; - permafrost.acme.useStagingServer = false; + permafrost = { + nyazoom.enable = true; + forgejo.enable = true; + foundry.enable = true; + motd.enable = true; + acme.enable = true; + acme.useStagingServer = false; + }; networking.hostName = "permafrost"; # Define your hostname. @@ -17,7 +20,6 @@ nix.settings = { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; - }; # Enable networking