diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index b828000..7cfb7e1 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -7,7 +7,7 @@ { imports = [ ../common.nix - ../yt.nix + ../zsh.nix ./hardware-configuration.nix ./gitlab.nix ./backup.nix diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 25bf736..2690e01 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -8,7 +8,7 @@ imports = [ ./hardware-configuration.nix ../common.nix - ../yt.nix + ../zsh.nix { disabledModules = [ "services/backup/btrbk.nix" diff --git a/hosts/yt.nix b/hosts/zsh.nix similarity index 100% rename from hosts/yt.nix rename to hosts/zsh.nix