add storage drives for muffinman

This commit is contained in:
Michael Floßmann 2024-07-12 11:18:25 +02:00
parent 5ac5f8adba
commit a3e0c39e40
2 changed files with 19 additions and 4 deletions

View file

@ -114,7 +114,10 @@ in
# enableSSHSupport = true;
# };
# List services that you want to enable:
# auto unlock storage drive
environment.etc.crypttab.text = ''
cryptstorage UUID=74b68945-6edf-4141-93d4-bcccb310f7df /etc/secrets/storage_keyfile.key
'';
# Enable the OpenSSH daemon.
services.openssh.enable = true;