From ce12747938a7dc006670bab38352cabb5fabc3b2 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 28 Dec 2024 00:24:34 -0800 Subject: [PATCH] configuration: refactor permafrost settings --- hosts/permafrost/configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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