diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:04:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:09:01 -0700 |
| commit | cf9158ab77cbfa701a60f485d3c2bc8de9a894e0 (patch) | |
| tree | edbc3c305fec67bf3bff65915d8eefbfeae3e5e9 /nix | |
| parent | home: get rid of mail / gpg modules (diff) | |
| download | infra-cf9158ab77cbfa701a60f485d3c2bc8de9a894e0.tar.gz | |
module for homelab
Diffstat (limited to '')
| -rw-r--r-- | nix/mkSystem.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix index 9b5fcd5..1403538 100644 --- a/nix/mkSystem.nix +++ b/nix/mkSystem.nix @@ -9,6 +9,7 @@ inputs.nixpkgs.lib.nixosSystem { modules = [ "${self}/modules" "${self}/hosts/${hostname}" + "${self}/modules/homelab" ./private-wireguard.nix { networking.hostName = hostname; |
