update nixpkgs + fixes
This commit is contained in:
parent
f719cc8149
commit
0794ab18f0
8 changed files with 34 additions and 23 deletions
|
|
@ -14,7 +14,7 @@
|
|||
# builds in /tmp but I think my swap is large enough...
|
||||
tmp.useTmpfs = true;
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_6_13;
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
kernel.sysctl."kernel.sysrq" = 1;
|
||||
|
||||
initrd.systemd.network.wait-online.enable = false;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
];
|
||||
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.resumeDevice = "/dev/disk/by-label/nixswap";
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
./security.nix
|
||||
./services.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue