Reformat code

This commit is contained in:
Bad 2022-07-03 01:06:34 +02:00
parent 7f29a1f336
commit a46b9bc7ad
8 changed files with 20 additions and 19 deletions

View file

@ -52,17 +52,18 @@
}; };
fileSystems."/" = fileSystems."/" =
{ device = "/dev/bcache0"; {
device = "/dev/bcache0";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-label/BOOT"; {
device = "/dev/disk/by-label/BOOT";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-label/ssd-swap"; } [{ device = "/dev/disk/by-label/ssd-swap"; }];
];
} }