1
0

hosts/krypton,hosts/zinc: Migrate to systemd-network

This commit is contained in:
clerie 2025-03-20 20:07:06 +01:00
parent de3bc903ef
commit 9e7deadfb5
2 changed files with 6 additions and 2 deletions

@ -1,7 +1,9 @@
{ ... }:
{
services.wg-clerie = {
profiles.clerie.common-networking.enable = true;
profiles.clerie.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8011/128" ];
ipv4s = [ "10.20.30.11/32" ];

@ -11,6 +11,8 @@
./programs.nix
];
profiles.clerie.common-networking.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -25,7 +27,7 @@
boot.initrd.systemd.enable = false;
services.wg-clerie = {
profiles.clerie.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];
ipv4s = [ "10.20.30.109/32" ];