disable firgu for now
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
34dd8abae6
commit
3cc0641474
18
flake.nix
18
flake.nix
|
@ -101,16 +101,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy.nodes.firgu = {
|
# deploy.nodes.firgu = {
|
||||||
hostname = "149.248.59.1";
|
# hostname = "149.248.59.1";
|
||||||
sshUser = "root";
|
# sshUser = "root";
|
||||||
|
|
||||||
profiles.system = {
|
# profiles.system = {
|
||||||
user = "root";
|
# user = "root";
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
# path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
self.nixosConfigurations.firgu;
|
# self.nixosConfigurations.firgu;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
deploy.nodes.logos = {
|
deploy.nodes.logos = {
|
||||||
hostname = "192.168.2.35";
|
hostname = "192.168.2.35";
|
||||||
|
|
Loading…
Reference in New Issue