disable firgu for now

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-02-19 17:30:45 -05:00
parent 34dd8abae6
commit 3cc0641474
1 changed files with 9 additions and 9 deletions

View File

@ -101,16 +101,16 @@
};
};
deploy.nodes.firgu = {
hostname = "149.248.59.1";
sshUser = "root";
# 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;
};
};
# profiles.system = {
# user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.firgu;
# };
# };
deploy.nodes.logos = {
hostname = "192.168.2.35";