This commit is contained in:
2025-07-26 20:50:56 +03:00
parent 943531117d
commit 082e45bfec
+4 -4
View File
@@ -23,7 +23,7 @@ let
];
boot = {
#kernelPackages = pkgs.linuxPackages_xanmod_stable; # pkgs.linuxPackages_xanmod_stable
kernelPackages = pkgs.linuxPackages_xanmod_stable;
hardwareScan = true;
loader = {
systemd-boot.enable = lib.mkDefault true;
@@ -35,9 +35,9 @@ let
bluetooth.enable = true;
};
#swapDevices =
# [ { device = "/dev/disk/by-partlabel/disk-main-swap"; }
# ];
swapDevices = [
{ device = "/dev/disk/by-partlabel/disk-main-swap"; }
];
users = {
users = {