From af428e116f64e204d0786fb2b459e9326c27bad9 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 11 May 2026 13:45:37 +0200 Subject: cleaned up leftovers --- system/encryption.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'system/encryption.nix') diff --git a/system/encryption.nix b/system/encryption.nix index 4172542..4007771 100644 --- a/system/encryption.nix +++ b/system/encryption.nix @@ -2,14 +2,6 @@ # The encrypted USB is NOT part of boot anymore # We do NOT use crypttab or systemd-cryptsetup units at all - fileSystems."/mnt/ssh-keys" = { - device = "/dev/mapper/ssh-keys"; - fsType = "ext4"; - - # keep it fully manual/on-demand - options = ["noauto" "nofail"]; - }; - environment.systemPackages = with pkgs; [ cryptsetup @@ -52,9 +44,4 @@ echo "✅ Done" '') ]; - - # Create mountpoint safely (but do NOT enforce permissions on contents) - systemd.tmpfiles.rules = [ - "d /mnt/ssh-keys 0755 root root -" - ]; } -- cgit v1.2.3