From 0f92b93946e4275a1bfdc368745223d05136b54c Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 30 Dec 2024 23:44:48 -0500 Subject: [PATCH] name things better --- hosts/chunk/default.nix | 2 +- hosts/ytnix/default.nix | 2 +- hosts/{yt.nix => zsh.nix} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename hosts/{yt.nix => zsh.nix} (100%) 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