We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798e8fc commit 13ff2e0Copy full SHA for 13ff2e0
nixos/modules/services/networking/routinator.nix
@@ -11,6 +11,7 @@ let
11
getExe
12
maintainers
13
mkEnableOption
14
+ mkIf
15
mkPackageOption
16
mkOption
17
types
@@ -135,7 +136,7 @@ in
135
136
};
137
138
- config = {
139
+ config = mkIf cfg.enable {
140
systemd.services.routinator = {
141
description = "Routinator 3000 is free, open-source RPKI Relying Party software made by NLnet Labs.";
142
wantedBy = [ "multi-user.target" ];
0 commit comments