diff options
| author | adikro <adikro@disroot.org> | 2026-02-12 19:36:41 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-02-12 19:36:41 +0100 |
| commit | 9868584ddabad45a9964ae9bf64d109963fd1e3d (patch) | |
| tree | 4bad8146b5c3350f7c0c17c4764885cc11637b35 /hosts/thinkpad/disko.nix | |
| parent | 1ff6f0eb48961e6482ec1b7d0dd9b606e85ddc79 (diff) | |
added install scripts
Diffstat (limited to 'hosts/thinkpad/disko.nix')
| -rw-r--r-- | hosts/thinkpad/disko.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
