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"; };