Fix odyssey nix store

This commit is contained in:
Jordan Holt 2023-11-17 22:39:08 +00:00
parent e113a6b280
commit 2b255eadbb
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -44,6 +44,11 @@ in {
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "rpool/local/nix";
fsType = "zfs";
};
fileSystems."/tmp" =
{ device = "rpool/local/tmp";
fsType = "zfs";