Clean some OS stuff

This commit is contained in:
Geoffrey Frogeye 2023-12-18 19:50:13 +01:00
parent 9b3564f20e
commit 6b07cc0cbe
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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";