Skip to content

Commit

Permalink
more zfs memes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Dec 31, 2024
1 parent 8723d30 commit 563320b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/polaris/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ in
};
kernel.sysctl = { } // common.sysctl_opts;
tmp.useTmpfs = true;
zfs = {
enabled = true;
forceImportRoot = false;
forceImportAll = false;
};
};

fileSystems."/opt/box" = {
Expand Down

0 comments on commit 563320b

Please sign in to comment.