kill /nix

This commit is contained in:
Christoph Cullmann 2025-06-28 16:52:27 +02:00
parent 49a13dbfc4
commit 33742fd9cb
No known key found for this signature in database
3 changed files with 0 additions and 21 deletions

View file

@ -21,11 +21,4 @@
neededForBoot = true; neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
# /nix volume with the system & all persistent data
fileSystems."/nix" = {
device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part2";
fsType = "bcachefs";
neededForBoot = true;
};
} }

View file

@ -21,11 +21,4 @@
neededForBoot = true; neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
# /nix volume with the system & all persistent data
fileSystems."/nix" = {
device = "/dev/disk/by-id/nvme-KINGSTON_SFYRD4000G_50026B7686EC5F33-part2:/dev/disk/by-id/nvme-KINGSTON_SFYRD4000G_50026B7686EC6164-part2";
fsType = "bcachefs";
neededForBoot = true;
};
} }

View file

@ -20,11 +20,4 @@
neededForBoot = true; neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
# /nix volume with the system & all persistent data
fileSystems."/nix" = {
device = "/dev/disk/by-id/nvme-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part2:/dev/disk/by-id/nvme-CT2000P5PSSD8_213330E4ED05-part2:/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L-part2";
fsType = "bcachefs";
neededForBoot = true;
};
} }