refactor: secret handling

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-10 13:02:00 -03:00
parent 5bbdfc7977
commit cde1ba412e
6 changed files with 160 additions and 104 deletions

View File

@@ -73,8 +73,7 @@
configs);
in {
nixosConfigurations = create-host [
"desktop@default"
"desktop@work"
"battleship"
"homelab"
];
};