nix/module: add package to environment

This commit is contained in:
2026-01-06 00:07:47 +09:00
parent d5420551de
commit 4d004fd1d1

View File

@@ -58,5 +58,7 @@ in {
};
networking.firewall.allowedUDPPorts = lib.mkIf cfg.settings.rwhod.enable [ 513 ];
environment.systemPackages = [ cfg.package ];
};
}