feat: add spinner
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -85,6 +85,7 @@
|
||||
|
||||
nixosConfigurations = {
|
||||
vps1 = mkHost "vps1";
|
||||
lab = mkHost "lab";
|
||||
};
|
||||
|
||||
colmena = {
|
||||
@@ -118,6 +119,21 @@
|
||||
|
||||
imports = [ ./hosts/vps1/configuration.nix ];
|
||||
};
|
||||
|
||||
lab = {
|
||||
deployment = {
|
||||
targetHost = "100.101.167.118";
|
||||
targetUser = "root";
|
||||
tags = [
|
||||
"company"
|
||||
"manager"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
imports = [ ./hosts/lab/configuration.nix ];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
colmenaHive = colmena.lib.makeHive self.outputs.colmena;
|
||||
|
||||
Reference in New Issue
Block a user