Fix odyssey nix store
This commit is contained in:
parent
e113a6b280
commit
2b255eadbb
@ -44,6 +44,11 @@ in {
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/nix" =
|
||||
{ device = "rpool/local/nix";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/tmp" =
|
||||
{ device = "rpool/local/tmp";
|
||||
fsType = "zfs";
|
||||
|
Loading…
x
Reference in New Issue
Block a user