fixup! Change zfs mount property to legacy
This commit is contained in:
@@ -24,14 +24,6 @@
|
||||
vim
|
||||
];
|
||||
|
||||
# File systems configuration for using the installer's partition layout
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
# !!! Adding a swap file is optional, but strongly recommended!
|
||||
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
|
||||
|
||||
@@ -106,6 +98,7 @@
|
||||
./modules/printing.nix
|
||||
./modules/networking.nix
|
||||
./modules/datasync.nix
|
||||
./modules/hardware-configuration.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user