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