From 7166a8837ca646b2fc069f4ad6712a98e1f5f545 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 10 Jun 2024 17:56:49 +0200 Subject: [PATCH] hosts/zinc: Disable systemd stage-1 --- hosts/zinc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];