mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02:00
chore(eval): add ips to all machines
This commit is contained in:
parent
4babc679b9
commit
82448478f9
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
hm_version = inputs.home-manager-unstable;
|
hm_version = inputs.home-manager-unstable;
|
||||||
# TODO: Fix colmena deployment
|
# TODO: Fix colmena deployment
|
||||||
ips.public.ipv4 = "127.0.0.1";
|
ips.public.ipv4 = "127.0.0.1";
|
||||||
|
ips.vpn.ipv4 = "100.100.45.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Boot stuff
|
# Boot stuff
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
nixpkgs_version = inputs.unstable;
|
nixpkgs_version = inputs.unstable;
|
||||||
hm_version = inputs.home-manager-unstable;
|
hm_version = inputs.home-manager-unstable;
|
||||||
profiles = with profiles; [ sound ];
|
profiles = with profiles; [ sound ];
|
||||||
ips = "";
|
ips.vpn.ipv4 = "100.100.45.35";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "gallifrey";
|
networking.hostName = "gallifrey";
|
||||||
|
|
Loading…
Add table
Reference in a new issue