mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos/kubernetes: use the certmgr-selfsigned variant
This commit is contained in:
parent
8d62d7972f
commit
6334796370
@ -200,6 +200,7 @@ in
|
||||
|
||||
services.certmgr = {
|
||||
enable = true;
|
||||
package = pkgs.certmgr-selfsigned;
|
||||
svcManager = "command";
|
||||
specs =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user