Update hosts
This commit is contained in:
parent
66e197db2f
commit
3f9160afa2
15
flake.nix
15
flake.nix
|
@ -82,19 +82,6 @@
|
|||
};
|
||||
|
||||
deploy.nodes = {
|
||||
"fsn1-1.mirror.lewd.wtf" = {
|
||||
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
||||
hostname = "fsn1-1.mirror.lewd.wtf";
|
||||
fastConnection = true;
|
||||
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
path =
|
||||
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations."fsn1-1.mirror.lewd.wtf";
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
|
||||
"master.mirror.lewd.wtf" = {
|
||||
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
||||
hostname = "master.mirror.lewd.wtf";
|
||||
|
@ -123,7 +110,7 @@
|
|||
|
||||
"nyx.lewd.wtf" = {
|
||||
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
||||
hostname = "192.168.0.10";
|
||||
hostname = "lewdathome.duckdns.org";
|
||||
fastConnection = true;
|
||||
|
||||
profiles.system = {
|
||||
|
|
Loading…
Reference in New Issue