chore(eval): add ips to all machines

This commit is contained in:
Julien Malka 2024-10-13 13:33:11 +02:00
parent 4babc679b9
commit 82448478f9
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
hm_version = inputs.home-manager-unstable;
# TODO: Fix colmena deployment
ips.public.ipv4 = "127.0.0.1";
ips.vpn.ipv4 = "100.100.45.11";
};
# Boot stuff

View file

@ -17,7 +17,7 @@
nixpkgs_version = inputs.unstable;
hm_version = inputs.home-manager-unstable;
profiles = with profiles; [ sound ];
ips = "";
ips.vpn.ipv4 = "100.100.45.35";
};
networking.hostName = "gallifrey";