removed addresses, now autogatherd
This commit is contained in:
parent
b72e9c6415
commit
5da8673244
5 changed files with 1 additions and 11 deletions
|
|
@ -16,7 +16,6 @@ in
|
||||||
];
|
];
|
||||||
deploy = {
|
deploy = {
|
||||||
enable = false;
|
enable = false;
|
||||||
# address = "unknown.local";
|
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "caddy-tofu";
|
hostName = "caddy-tofu";
|
||||||
|
|
|
||||||
|
|
@ -62,9 +62,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deploy = {
|
|
||||||
address = "201:ea26:66c7:657b:3599:63a6:c66c:d388";
|
|
||||||
};
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = lib.mkForce false;
|
firewall.enable = lib.mkForce false;
|
||||||
hostName = "forgejo-runner-tofu";
|
hostName = "forgejo-runner-tofu";
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,6 @@ in
|
||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||||
];
|
];
|
||||||
deploy = {
|
|
||||||
address = "200:7e25:554c:6df3:2c5:2de:6f9f:a96d";
|
|
||||||
};
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "link-warden-tofu";
|
hostName = "link-warden-tofu";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ in
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "medchart";
|
hostName = "medchart-tofu";
|
||||||
};
|
};
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,6 @@ in
|
||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||||
];
|
];
|
||||||
deploy = {
|
|
||||||
address = "200:b938:d405:92df:a6e:1ffd:5213:26b";
|
|
||||||
};
|
|
||||||
services = {
|
services = {
|
||||||
uptime-kuma = {
|
uptime-kuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue