summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix15
1 files changed, 5 insertions, 10 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 7132bbd..f403397 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -8,23 +8,18 @@
];
archetypes.server.enable = true;
+ base.networking.enable = false;
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
- networking = {
- domain = "mydadleft.me";
- networkmanager.enable = false;
- };
+ networking.domain = "mydadleft.me";
- services = {
- resolved.enable = false;
- # not sure why this fails...
- # context: https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501
- logrotate.checkConfig = false;
- };
+ # not sure why this fails...
+ # context: https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501
+ services.logrotate.checkConfig = false;
system.stateVersion = "23.05";