From 4ea4073c465f4bd821f2c608179f27154a54e576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Netix=20=28Espinet=20Franc=CC=A7ois=29?= Date: Fri, 22 Jun 2018 22:20:57 +0200 Subject: [PATCH] freeradius : added service to module-list The freeradius service was merged with #34587 but the module was not added to module-list. This commit fixes that and enables the use of services.freeradius in nixos configuration. --- nixos/modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 193ef0d1c96..9114eae97f2 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -486,6 +486,7 @@ ./services/networking/flannel.nix ./services/networking/flashpolicyd.nix ./services/networking/freenet.nix + ./services/networking/freeradius.nix ./services/networking/gale.nix ./services/networking/gateone.nix ./services/networking/gdomap.nix