Find a file
2023-02-08 19:52:31 +01:00
apps Fix: removed unusable warning in rekey module 2023-02-07 14:30:39 +01:00
data FEAT: Implemented devShell 2023-02-08 19:52:31 +01:00
keys WIP: rekey module to rekey all secrets using the yubikey 2023-01-28 02:50:14 +01:00
modules FEAT: switched to fish shell 2023-02-07 21:37:02 +01:00
secrets Feat: Implemented password files and disabled mutable users 2023-02-07 12:51:17 +01:00
users FEAT: Implemented devShell 2023-02-08 19:52:31 +01:00
.gitignore feat: Added secret support with agenix 2023-01-25 22:12:36 +01:00
configuration.nix FEAT: added physlock support 2023-02-08 13:12:13 +01:00
flake.lock FEAT: Implemented devShell 2023-02-08 19:52:31 +01:00
flake.nix FEAT: Implemented devShell 2023-02-08 19:52:31 +01:00
hardware-configuration.nix feat: Added ssh config 2023-01-21 23:17:48 +01:00
README.md WIP: rekey module to rekey all secrets using the yubikey 2023-01-28 02:50:14 +01:00

Meine wundervolle nix config

For secrets: - encrypt using: rage -R recipients.txt -o [OUT] -e [IN] - decrypt using: rage -R recipients.txt -o [OUT] -d [IN]