deployment: rename from colmena (for potential change in stack)
This commit is contained in:
parent
54dd52b978
commit
9ae5563f83
6
hive.nix
6
hive.nix
|
@ -35,7 +35,7 @@ in {
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./colmena/local.nix
|
./deployment/local.nix
|
||||||
./hosts/tohru/configuration.nix
|
./hosts/tohru/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -45,7 +45,7 @@ in {
|
||||||
time.timeZone = "Etc/UTC";
|
time.timeZone = "Etc/UTC";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./colmena/remote.nix
|
./deployment/remote.nix
|
||||||
./hosts/yevaud/configuration.nix
|
./hosts/yevaud/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -55,7 +55,7 @@ in {
|
||||||
time.timeZone = "Etc/UTC";
|
time.timeZone = "Etc/UTC";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./colmena/remote.nix
|
./deployment/remote.nix
|
||||||
./hosts/orm/configuration.nix
|
./hosts/orm/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue