infrastructure/modules/nixos/dgn-backups/keys/secrets.nix
Tom Hubrecht ecbad0a638
chore: Abstract machines and modules
This adds subdirectories for the different types of systems, for the
modules and the machines
2024-12-08 13:39:10 +01:00

5 lines
94 B
Nix

(import ../../../../keys).mkSecrets [ ] [
"compute01.key"
"storage01.key"
"web01.key"
]