summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorNetix (Espinet François) <dev.espinetfrancois@gmail.com>2018-06-22 22:20:57 +0200
committerNetix (Espinet François) <dev.espinetfrancois@gmail.com>2018-06-22 22:20:57 +0200
commit4ea4073c465f4bd821f2c608179f27154a54e576 (patch)
treee392c723e363bfd5d515ad007159aaa26de27286 /nixos/modules/module-list.nix
parent5ac6ab091a4883385e68571425fb7fef4d74c207 (diff)
downloadnixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar.gz
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar.bz2
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar.lz
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar.xz
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.tar.zst
nixlib-4ea4073c465f4bd821f2c608179f27154a54e576.zip
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.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 193ef0d1c961..9114eae97f26 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