diff --git a/home/modules/baseline/ssh.nix b/home/modules/baseline/ssh.nix index be93252..36181d1 100644 --- a/home/modules/baseline/ssh.nix +++ b/home/modules/baseline/ssh.nix @@ -48,6 +48,10 @@ hostname = "gitlab.com"; }; + "ivr.thehellings.lan" = lib.hm.dag.entryBefore [ "ivr" ] { + user = "gregory.hellings"; + }; + "*.thehellings.lan" = owned; "10.42.*" = owned;