diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:55:26 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:55:26 -0600 |
| commit | b900e797ea557030edb8350bbf732c061f23c7a0 (patch) | |
| tree | e0c393fd20edd826f4276a0b24205e3664739e6b /secrets/secrets.nix | |
| parent | 6f9b285bdb935fbab99978307034c7458ddc9d09 (diff) | |
module for setting a static ip with systemd-networkd
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index b01b609..29b3d28 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -5,4 +5,5 @@ let ganymede = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINlr+53UmlGVP1blkdNl6NFqn1w2umFJyjH1EVUPKIy9"; in { "caddy-tailscale-authkey.age".publicKeys = [ganymede]; + "williams-psk.age".publicKeys = [ganymede]; } |
