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/sso
|
||||
./services/vault
|
||||
./services/warehouse
|
||||
./services/websites
|
||||
./services/wireguard-server
|
||||
depot.nixosModules.hyprspace
|
||||
|
|
Loading…
Reference in a new issue