diff options
| author | Grigory Shipunov | 2023-01-10 00:12:15 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-10 00:12:15 +0100 |
| commit | 1a5575bab88e2f3e3409e2b9b54f6f25bbace8e9 (patch) | |
| tree | dbd08b43bac3d814bc86ccecaaacc37f0ee2f891 /hosts/toaster/secrets.nix | |
| parent | f690251f1344e65c1f40492b09f355b0b3b00d6a (diff) | |
rotate secrets, retire microwave, comission toaster
Diffstat (limited to 'hosts/toaster/secrets.nix')
| -rw-r--r-- | hosts/toaster/secrets.nix | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hosts/toaster/secrets.nix b/hosts/toaster/secrets.nix new file mode 100644 index 0000000..4cf23d7 --- /dev/null +++ b/hosts/toaster/secrets.nix @@ -0,0 +1,20 @@ +{ 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/oxalab" = { + owner = config.users.users.systemd-network.name; + }; + }; +} |
