diff --git a/systems/x86_64-linux/manwe/default.nix b/systems/x86_64-linux/manwe/default.nix index c2d9978..3839cc6 100644 --- a/systems/x86_64-linux/manwe/default.nix +++ b/systems/x86_64-linux/manwe/default.nix @@ -1,5 +1,4 @@ -{ ... }: -{ +{...}: { imports = [ ./disks.nix ./hardware.nix @@ -7,6 +6,8 @@ system.activationScripts.remove-gtkrc.text = "rm -f /home/chris/.gtkrc-2.0"; + services.logrotate.checkConfig = false; + sneeuwvlok = { hardware.has = { gpu.amd = true; @@ -30,7 +31,6 @@ }; }; - services.displayManager.autoLogin = { enable = true; user = "chris";