1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update to main nixpkgs, include my temporary switch-to-configuration changes

This commit is contained in:
oddlama 2023-07-24 21:42:01 +02:00
parent 1110bdcac1
commit 4175ce3cf7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 1024 additions and 1257 deletions

View file

@ -5,6 +5,4 @@
time.timeZone = lib.mkDefault "Europe/Berlin";
i18n.defaultLocale = "C.UTF-8";
console.keyMap = "de-latin1-nodeadkeys";
systemd.enableUnifiedCgroupHierarchy = true;
}