mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
chore(tahina): clean
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user