From df23a31a01e5e04df07c6271f23516c81f125359 Mon Sep 17 00:00:00 2001 From: dettlaff Date: Tue, 14 Jan 2025 18:37:16 +0400 Subject: [PATCH] fix: add kanidm to module nix --- nixos/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/module.nix b/nixos/module.nix index aa0a761..5cc6356 100644 --- a/nixos/module.nix +++ b/nixos/module.nix @@ -59,6 +59,7 @@ in pkgs.util-linux pkgs.e2fsprogs pkgs.iproute2 + pkgs.kanidm ]; after = [ "network-online.target" ]; wants = [ "network-online.target" ];