Changed Stuff

This commit is contained in:
2026-04-14 14:27:38 +02:00
parent b3ac11ef38
commit 8f28d9927e
6 changed files with 110 additions and 4 deletions

View File

@@ -22,12 +22,12 @@
extraModulePackages = [ ];
};
fileSystems = {
"/" = {
"/" = lib.mkForce {
device = "/dev/disk/by-label/NIXROOT";
fsType = "ext4";
};
"/boot" = {
"/boot" = lib.mkForce {
device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";
options = [