summaryrefslogtreecommitdiff
path: root/hosts/desktop/disko.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-02-12 19:36:41 +0100
committeradikro <adikro@disroot.org>2026-02-12 19:36:41 +0100
commit9868584ddabad45a9964ae9bf64d109963fd1e3d (patch)
tree4bad8146b5c3350f7c0c17c4764885cc11637b35 /hosts/desktop/disko.nix
parent1ff6f0eb48961e6482ec1b7d0dd9b606e85ddc79 (diff)
added install scripts
Diffstat (limited to 'hosts/desktop/disko.nix')
-rw-r--r--hosts/desktop/disko.nix2
1 files changed, 1 insertions, 1 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" ];