From 102dd41888bfae9e86233d384613756407b4ce57 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 25 Mar 2023 16:08:07 +0100 Subject: add basic ap stuff: hostapd, dhcpd --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 69898bc..1c7fc51 100644 --- a/flake.nix +++ b/flake.nix @@ -14,9 +14,11 @@ in { kerberos = nixpkgs.lib.nixosSystem { inherit system; - modules = commonModules - ++ [ ./config ]; - specialArgs = { inherit nixos-hardware; }; + modules = commonModules ++ [ ./config ]; + specialArgs = { + inherit nixos-hardware; + secrets = import ./secrets.nix; + }; }; }; }; -- cgit v1.2.3