1
0

lib/flake-helper.nix: Automatically load secrets from hosts secrets directory

This commit is contained in:
2023-05-01 12:09:47 +02:00
parent 09b043c26c
commit d2472c79ee
3 changed files with 8 additions and 7 deletions

View File

@@ -6,8 +6,6 @@
./hardware-configuration.nix
../../configuration/proxmox-vm
./secrets
./restic-server.nix
];

View File

@@ -1,5 +0,0 @@
{ ... }:
{
age.secrets.restic-server-cyan-htpasswd.file = ./restic-server-cyan-htpasswd.age;
}