diff options
author | Leonardo Santiago <[email protected]> | 2024-09-16 20:20:16 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-09-16 20:20:16 -0300 |
commit | d2f8537695338c6b186bb0d52489c66c6ae83b8d (patch) | |
tree | 45b8924912bb9b57006e228d9eb19c64c5ed65b3 /hosts/larissa.nix | |
parent | 1e9b686ae826a5aad1a4aee1db98d3b3d3d437a0 (diff) |
add blog module
Diffstat (limited to 'hosts/larissa.nix')
-rw-r--r-- | hosts/larissa.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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; |