diff options
| author | Grigory Shipunov | 2023-08-05 20:48:58 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-08-05 20:51:15 +0200 |
| commit | 9e5d5bd874850df8090c6b43a09bd6fab74e537c (patch) | |
| tree | 718ea139ed960358204472ec7e7151c73a37035e /hosts/toaster/secrets.nix | |
| parent | 8b8d90cec49f9af706d0a1fc090c89441943b088 (diff) | |
retire toaster and remove dead code
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 4cf23d7..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/oxalab" = { - owner = config.users.users.systemd-network.name; - }; - }; -} |
