From 7745460ad12d7868535a5e19af3345c3f3d96782 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 8 Feb 2024 16:24:05 -0500 Subject: atlas: don't needlessly disable options specifically --- systems/atlas/default.nix | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'systems') 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"; -- cgit v1.2.3