hopefully things are installing fine now.

This commit is contained in:
Nicole Dresselhaus
2025-06-11 15:12:37 +02:00
parent 0bc14e1e00
commit 720a1a20c8
2 changed files with 7 additions and 7 deletions

View File

@ -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";
};
};