summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-27 20:12:19 -0400
committerGitHub <[email protected]>2024-10-28 00:12:19 +0000
commit5ec7ee21e036f7bc1cbdec714271c619cb3fdb3d (patch)
tree3277d8ba68ca466e68c58a8373063010db392d2e /systems/atlas
parent75ec48c5f7dd7877f2294b86764b1fdadc6b7e88 (diff)
modules: restructure (#487)
* seth: remove unused pkgs * modules: restructure from archetypes back to profiles make less actual modules for everything use lib.mkDefault like it's supposed to move mixins out of server * nixos/resolved: use modern options
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 70f7c86..7e7bfe7 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -11,8 +11,7 @@
inputs.self.nixosModules.default
];
- archetypes.server.enable = true;
- base.networking.enable = false;
+ profiles.server.enable = true;
boot = {
loader.systemd-boot.enable = true;