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

chore(tahina): clean

This commit is contained in:
2022-03-30 18:29:16 +02:00
parent feccea5234
commit 26908b03a3

View File

@@ -26,14 +26,15 @@
extraModulePackages = []; extraModulePackages = [];
}; };
fileSystems."/" = { fileSystems = {
device = "/dev/disk/by-uuid/e9a8bd34-61eb-4317-888d-bd7d6248a906"; "/" = {
fsType = "xfs"; device = "/dev/disk/by-uuid/e9a8bd34-61eb-4317-888d-bd7d6248a906";
}; fsType = "xfs";
};
fileSystems."/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/9B2F-31E1"; device = "/dev/disk/by-uuid/9B2F-31E1";
fsType = "vfat"; fsType = "vfat";
};
}; };
swapDevices = [ swapDevices = [