diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/iori.nix | 5 | ||||
-rw-r--r-- | hosts/larissa.nix | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/hosts/iori.nix b/hosts/iori.nix index 896f836..e4839c5 100644 --- a/hosts/iori.nix +++ b/hosts/iori.nix @@ -14,7 +14,10 @@ default-user.enable = true; basic.enable = true; font-config.enable = false; - services.ddns.enable = true; + services = { + ddns.enable = true; + blog.enable = true; + }; }; boot = { diff --git a/hosts/larissa.nix b/hosts/larissa.nix index 80f496b..ca41367 100644 --- a/hosts/larissa.nix +++ b/hosts/larissa.nix @@ -9,10 +9,7 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - santi-modules = { - desktop-environment.enable = true; - services.ddns.enable = true; - }; + santi-modules.desktop-environment.enable = true; # Bootloader. boot = { loader.systemd-boot.enable = true; |