Add address for legion, remove vanguard server expressions
This commit is contained in:
parent
8166c47e88
commit
444abc0d0d
|
@ -5,6 +5,10 @@
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
hostname = "192.168.1.166";
|
hostname = "192.168.1.166";
|
||||||
};
|
};
|
||||||
|
"legion" = {
|
||||||
|
user = "xenia";
|
||||||
|
hostname = "192.168.1.230";
|
||||||
|
};
|
||||||
"ionos" = {
|
"ionos" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
hostname = "77.68.67.133";
|
hostname = "77.68.67.133";
|
||||||
|
|
|
@ -1,15 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./adguardhome
|
# ./openvpn/Vanguard.nix
|
||||||
./gitea
|
|
||||||
./nextcloud
|
|
||||||
./openvpn/Vanguard.nix
|
|
||||||
./sshd
|
./sshd
|
||||||
./syncthing/Vanguard.nix
|
./syncthing/Vanguard.nix
|
||||||
./terraria/windy_limbo_of_melancholy.nix
|
|
||||||
./traefik/adguardhome.nix
|
|
||||||
./traefik/gitea.nix
|
|
||||||
./traefik/nextcloud.nix
|
|
||||||
./traefik/qbittorrent.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue