Update hosts
This commit is contained in:
parent
66e197db2f
commit
3f9160afa2
15
flake.nix
15
flake.nix
|
@ -82,19 +82,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy.nodes = {
|
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" = {
|
"master.mirror.lewd.wtf" = {
|
||||||
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
||||||
hostname = "master.mirror.lewd.wtf";
|
hostname = "master.mirror.lewd.wtf";
|
||||||
|
@ -123,7 +110,7 @@
|
||||||
|
|
||||||
"nyx.lewd.wtf" = {
|
"nyx.lewd.wtf" = {
|
||||||
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ];
|
||||||
hostname = "192.168.0.10";
|
hostname = "lewdathome.duckdns.org";
|
||||||
fastConnection = true;
|
fastConnection = true;
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
|
|
Loading…
Reference in New Issue