From 6b07cc0cbeaf4c3dd00860c1bddb5c6cb16bc4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 18 Dec 2023 19:50:13 +0100 Subject: [PATCH] Clean some OS stuff --- os/common.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/os/common.nix b/os/common.nix index f3d8836..e4dd9a1 100644 --- a/os/common.nix +++ b/os/common.nix @@ -4,8 +4,7 @@ time.timeZone = "Europe/Amsterdam"; - # Might fill emptiness? - boot.consoleLogLevel = 6; # KERN_INFO + boot.tmp.cleanOnBoot = true; # TODO qwerty-fr for console @@ -38,7 +37,6 @@ # TODO Not enough, see https://nixos.wiki/wiki/CCache. # Might want to see if it's worth using on NixOS less.lessopen = null; # Don't use lessopen - gnupg.agent.enable = true; # Let users mount disks udevil.enable = true; @@ -63,9 +61,6 @@ # TODO Hibernation? - # TEST - system.copySystemConfiguration = true; - # Use defaults from system.stateVersion = "23.11";