diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 13:45:37 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 13:45:37 +0200 |
| commit | af428e116f64e204d0786fb2b459e9326c27bad9 (patch) | |
| tree | afed44a85863f30b2ee6eba973b35cb49bcb0581 | |
| parent | daf29614e7418fa1507c7c5d06d0616202cb7056 (diff) | |
cleaned up leftovers
| -rw-r--r-- | system/encryption.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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 -" - ]; } |
