Skip to content

Commit

Permalink
more zfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Dec 31, 2024
1 parent a92cdf1 commit d0a3f81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hosts/polaris/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ in
kernel.sysctl = { } // common.sysctl_opts;
tmp.useTmpfs = true;
zfs = {
extraPools = [ "zroot/box" ];
forceImportRoot = false;
forceImportAll = false;
};
};

# fileSystems."/opt/box" = {
# device = "zroot/box";
# fsType = "zfs";
# options = [ "legacy" ];
# };

environment = {
variables = {
NIX_HOST = hostname;
Expand Down

0 comments on commit d0a3f81

Please sign in to comment.