nice update

This commit is contained in:
2026-09-02 11:51:49 +02:00
parent 70541b2698
commit 8c18f31dc4
8 changed files with 86 additions and 16 deletions
-1
View File
@@ -35,4 +35,3 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}
-2
View File
@@ -31,8 +31,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.luks.devices."luks-b10eb0c6-67b8-40b6-bba4-83d38267abad".device = "/dev/disk/by-uuid/b10eb0c6-67b8-40b6-bba4-83d38267abad";
boot.resumeDevice = "/dev/mapper/luks-b10eb0c6-67b8-40b6-bba4-83d38267abad";