1
0

hosts/astatine,hosts/beryllium,hosts/tungsten: Migrate to profiles.clerie.wg-clerie

This commit is contained in:
2025-03-20 19:30:47 +01:00
parent effb386e51
commit 5a719c2f01
3 changed files with 16 additions and 45 deletions

View File

@@ -19,14 +19,13 @@
";
networking.useDHCP = false;
systemd.network.enable = true;
#services.wg-clerie = {
# enable = true;
# ipv6s = [ "2a01:4f8:c0c:15f1::8108/128" ];
# ipv4s = [ "10.20.30.108/32" ];
#};
profiles.clerie.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8108/128" ];
ipv4s = [ "10.20.30.108/32" ];
};
clerie.monitoring = {
enable = true;