deployment: rename from colmena (for potential change in stack)

This commit is contained in:
Katherina Walshe-Grey 2024-08-05 02:29:28 +01:00
parent 54dd52b978
commit 9ae5563f83
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ in {
time.timeZone = "Europe/London";
imports = [
./colmena/local.nix
./deployment/local.nix
./hosts/tohru/configuration.nix
];
};
@ -45,7 +45,7 @@ in {
time.timeZone = "Etc/UTC";
imports = [
./colmena/remote.nix
./deployment/remote.nix
./hosts/yevaud/configuration.nix
];
};
@ -55,7 +55,7 @@ in {
time.timeZone = "Etc/UTC";
imports = [
./colmena/remote.nix
./deployment/remote.nix
./hosts/orm/configuration.nix
];
};