home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit bf7de18dbf785d242b55a67e8bc979f16883f638
parent a3c8b4acd1d86ce4651144746026022a2c522812
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 22 Feb 2024 16:41:04 +0100

Add athena and demeter to hosts

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/home.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/systems/modules/profiles/home.nix b/systems/modules/profiles/home.nix @@ -33,6 +33,8 @@ in "${wireguard.ips.okinawa}" = [ "okinawa.vpn" ]; "${wireguard.ips.kerkouane}" = [ "kerkouane.vpn" ]; "${wireguard.ips.naruhodo}" = [ "naruhodo.vpn" ]; + "${home.ips.demeter}" = [ "demeter.home" ]; + "${home.ips.athena}" = [ "athena.home" ]; }; }; time.timeZone = "Europe/Paris";