From d9b4df84a51e3339c56765d8c9fad7c5473c5d24 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sat, 17 Feb 2024 19:21:27 +0000 Subject: [PATCH] router: enable freeradius --- hosts/router.home.ts.hillion.co.uk/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/router.home.ts.hillion.co.uk/default.nix b/hosts/router.home.ts.hillion.co.uk/default.nix index a3eff80..ced7866 100644 --- a/hosts/router.home.ts.hillion.co.uk/default.nix +++ b/hosts/router.home.ts.hillion.co.uk/default.nix @@ -230,6 +230,10 @@ }; }; }; + + freeradius = { + enable = true; + }; }; ## Tailscale