Compare commits
1 Commits
master
...
fix-odysse
Author | SHA1 | Date | |
---|---|---|---|
2b255eadbb |
@ -44,6 +44,11 @@ in {
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/nix" =
|
||||||
|
{ device = "rpool/local/nix";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/tmp" =
|
fileSystems."/tmp" =
|
||||||
{ device = "rpool/local/tmp";
|
{ device = "rpool/local/tmp";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user