diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/disko.nix | 2 | ||||
| -rw-r--r-- | hosts/thinkpad/disko.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/desktop/disko.nix b/hosts/desktop/disko.nix index cda1979..86d1e71 100644 --- a/hosts/desktop/disko.nix +++ b/hosts/desktop/disko.nix @@ -110,7 +110,7 @@ content = { type = "luks"; name = "crypted_storage"; - keyFile = "/tmp/storage.key"; + keyFile = "/tmp/crypt.key"; content = { type = "btrfs"; extraArgs = [ "-f" ]; diff --git a/hosts/thinkpad/disko.nix b/hosts/thinkpad/disko.nix index 31427d3..8b41240 100644 --- a/hosts/thinkpad/disko.nix +++ b/hosts/thinkpad/disko.nix @@ -122,7 +122,7 @@ content = { type = "luks"; name = "crypted_storage"; - keyFile = "/tmp/storage.key"; + keyFile = "/tmp/crypt.key"; settings.allowDiscards = true; content = { type = "btrfs"; |
