From cffffeb678e9a1078eeba0f19c9607cda9f31bed Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 7 Feb 2024 18:03:24 -0500 Subject: modules/nixos+darwin: move to traits + archetypes model --- systems/atlas/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'systems/atlas/default.nix') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 5fd346b..1b6cbac 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,8 +1,4 @@ { - config, - pkgs, - ... -}: { imports = [ ./hardware-configuration.nix ./miniflux.nix @@ -10,7 +6,7 @@ ./teawiebot.nix ]; - suites.server.enable = true; + archetypes.server.enable = true; boot = { loader.systemd-boot.enable = true; @@ -29,12 +25,6 @@ logrotate.checkConfig = false; }; - users.users.atlas = { - isNormalUser = true; - shell = pkgs.bash; - hashedPasswordFile = config.age.secrets.userPassword.path; - }; - system.stateVersion = "23.05"; zramSwap.enable = true; -- cgit v1.2.3