diff --git a/hosts/zinc/configuration.nix b/hosts/zinc/configuration.nix index c6ada40..13a428a 100644 --- a/hosts/zinc/configuration.nix +++ b/hosts/zinc/configuration.nix @@ -23,6 +23,8 @@ }; }; + boot.initrd.systemd.enable = false; + services.wg-clerie = { enable = true; ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];