Update to newest unstable release

This commit is contained in:
Fabian Hauser 2023-04-20 14:21:02 +02:00
parent 22281b69af
commit 985eda1198
4 changed files with 17 additions and 33 deletions

View file

@ -30,7 +30,7 @@ in {
imports = [ ../../modules ./unfree.nix ./applications.nix ./overlays.nix ];
boot.loader.timeout = 2;
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
console.keyMap = "de_CH-latin1";