cluster/services/warehouse: move from VEGAS
This commit is contained in:
parent
2ff899cd3e
commit
9245b0909e
3 changed files with 6 additions and 1 deletions
6
cluster/services/warehouse/default.nix
Normal file
6
cluster/services/warehouse/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
services.warehouse = {
|
||||||
|
nodes.host = [ "VEGAS" ];
|
||||||
|
nixos.host = [ ./host.nix ];
|
||||||
|
};
|
||||||
|
}
|
|
@ -27,7 +27,6 @@
|
||||||
./services/reflex
|
./services/reflex
|
||||||
./services/sso
|
./services/sso
|
||||||
./services/vault
|
./services/vault
|
||||||
./services/warehouse
|
|
||||||
./services/websites
|
./services/websites
|
||||||
./services/wireguard-server
|
./services/wireguard-server
|
||||||
depot.nixosModules.hyprspace
|
depot.nixosModules.hyprspace
|
||||||
|
|
Loading…
Reference in a new issue