diff --git a/hive.nix b/hive.nix index d5def69..e89830c 100644 --- a/hive.nix +++ b/hive.nix @@ -46,7 +46,7 @@ in # SSH DEPLOYMENT # - remoteYodaTab = { name, nodes, ... }: { + remoteTab = { name, nodes, ... }: { # Import the per-host configuration file. imports = [ ./hosts/yodaTab/configuration.nix ];