Compare commits

...

1 Commits

Author SHA1 Message Date
2b255eadbb
Fix odyssey nix store 2023-11-17 22:39:08 +00:00

View File

@ -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";