1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

move back to zaatar

This commit is contained in:
2024-07-10 10:27:30 +02:00
parent 6d16b93530
commit 6e82ef3b5a
7 changed files with 97 additions and 44 deletions

View File

@@ -22,16 +22,18 @@
fileSystems = {
"/" = {
device = "/dev/disk/by-label/nixos";
device = "/dev/disk/by-uuid/5dcaa7fe-08e7-46a6-ac93-b267eeb144eb";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-label/boot";
device = "/dev/disk/by-uuid/CE3B-F4C6";
fsType = "vfat";
};
};
swapDevices = [{device = "/dev/disk/by-label/swap";}];
swapDevices =
[ { device = "/dev/disk/by-uuid/7b2a3e4c-e53f-4c53-b599-b6d6cff49f1f"; }
];
nix.settings.max-jobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";