diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 8dda517..aa9c744 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -13,7 +13,8 @@ addKeysToAgent = "yes"; includes = [ "config.d/*" ]; matchBlocks.momo = { - host = "momo.dryb.org"; + host = "momo"; + hostname = "momo.dryb.org"; user = "root"; }; };