From 2665f354410a5969ed67747231f6a0288e5f7b1c Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 29 May 2024 23:23:49 +0200 Subject: [PATCH] add ssh config for clan tld --- nixos/homes/palo/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/homes/palo/ssh.nix b/nixos/homes/palo/ssh.nix index 76a1f1b..16e9055 100644 --- a/nixos/homes/palo/ssh.nix +++ b/nixos/homes/palo/ssh.nix @@ -21,6 +21,9 @@ "*.private" = { user = "root"; }; + "*.gummybear" = { + user = "root"; + }; "*.lan" = { user = "root"; };