disko: fix dataset path

This commit is contained in:
Sandro - 2023-05-21 21:17:24 +02:00
parent 5e1a871c7e
commit 724b68736b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ in
type = "zfs_fs";
};
"nixos/nix" = dataset "/nix";
"nixos/nix/store" = lib.recursiveUpdate (dataset "nixos/nix/store") {
"nixos/nix/store" = lib.recursiveUpdate (dataset "/nixos/nix/store") {
options.atime = "off";
};
"nixos/nix/var" = dataset "/nix/var";