diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
| commit | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch) | |
| tree | a8a323c6571556d3f1b5e8f197e17ed447f8daa4 /hosts/ganymede/nixos.nix | |
| parent | a97c10944e382cc7c439339c88a007401b67beeb (diff) | |
changes (idk)
Diffstat (limited to 'hosts/ganymede/nixos.nix')
| -rw-r--r-- | hosts/ganymede/nixos.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix index f4d8d1b..043f67a 100644 --- a/hosts/ganymede/nixos.nix +++ b/hosts/ganymede/nixos.nix @@ -60,6 +60,7 @@ }; # deploy user + nix.settings.trusted-users = ["deploy"]; users.groups."deploy" = {}; users.users."deploy" = { isSystemUser = true; @@ -90,7 +91,7 @@ Host gliese HostName 10.100.0.1 User green - IdentityFile ~/Gliese_key_2.pem + IdentityFile ${config.collinux.secrets."gliese-key".path} ''; # merge logs from subdomains |
