mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
feat: correct vpn ip for arcadia
This commit is contained in:
parent
a1bb2056ec
commit
faa1489a1b
1 changed files with 2 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
./hardware.nix
|
||||
./home-julien.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
|
||||
machine.meta = {
|
||||
|
@ -16,7 +17,7 @@
|
|||
hm_version = inputs.home-manager-unstable;
|
||||
# TODO: Fix colmena deployment
|
||||
ips.public.ipv4 = "127.0.0.1";
|
||||
ips.vpn.ipv4 = "";
|
||||
ips.vpn.ipv4 = "100.100.45.12";
|
||||
|
||||
};
|
||||
|
||||
|
@ -47,9 +48,6 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.networkmanager.dns = "systemd-resolved";
|
||||
services.resolved.enable = true;
|
||||
|
||||
services.dbus.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue