diff options
| author | Grisha Shipunov | 2025-01-19 20:46:38 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-19 20:46:38 +0100 |
| commit | 76e043171c9a6cd7957ddee5d792740ada93b8ce (patch) | |
| tree | 1778aef213188df0c5554f754bbc3fadcf0b36d4 /hosts/toaster/secrets.nix | |
| parent | 42128ebbe19d0aa3841245a423aeb6636c9b23d3 (diff) | |
reorganize secrets
Diffstat (limited to 'hosts/toaster/secrets.nix')
| -rw-r--r-- | hosts/toaster/secrets.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/toaster/secrets.nix b/hosts/toaster/secrets.nix deleted file mode 100644 index f60c734..0000000 --- a/hosts/toaster/secrets.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, ... }: -{ - sops.defaultSopsFile = ../../secrets/toaster/secrets.yaml; - sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - - sops.secrets = { - "wg/zw" = { - owner = config.users.users.systemd-network.name; - }; - "wg/dvb" = { - owner = config.users.users.systemd-network.name; - }; - "wg/mullvad" = { - owner = config.users.users.systemd-network.name; - }; - "wg/0xa-mgmt" = { - owner = config.users.users.systemd-network.name; - }; - }; -} |
