it helps if you uncomment the host in question, just a little
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
5b566cdfd8
commit
a6e9ff01c5
18
flake.nix
18
flake.nix
|
@ -117,16 +117,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";
|
||||
|
|
Loading…
Reference in New Issue