flake: add firgu
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
1b4093f217
commit
22636d5ac5
11
flake.nix
11
flake.nix
|
@ -101,6 +101,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deploy.nodes.firgu = {
|
||||||
|
hostname = "149.248.59.1";
|
||||||
|
sshUser = "root";
|
||||||
|
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
|
self.nixosConfigurations.firgu;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
deploy.nodes.logos = {
|
deploy.nodes.logos = {
|
||||||
hostname = "192.168.2.35";
|
hostname = "192.168.2.35";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
|
|
Loading…
Reference in New Issue