hopefully things are installing fine now.
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
format = "vfat";
|
||||
extraArgs = [ "-F32" ];
|
||||
mountpoint = "/boot";
|
||||
mountpointCreate = true;
|
||||
};
|
||||
};
|
||||
rpool = {
|
||||
@ -39,19 +38,16 @@
|
||||
root = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/";
|
||||
mountpointCreate = true;
|
||||
options.compression = "zstd";
|
||||
};
|
||||
nix = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/nix";
|
||||
mountpointCreate = true;
|
||||
options.compression = "zstd";
|
||||
};
|
||||
home = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/home";
|
||||
mountpointCreate = true;
|
||||
options.compression = "zstd";
|
||||
};
|
||||
};
|
||||
@ -63,7 +59,6 @@
|
||||
datasets.media = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/tank";
|
||||
mountpointCreate = true;
|
||||
options.compression = "zstd";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user