aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-08 19:04:26 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-08 19:09:01 -0700
commitcf9158ab77cbfa701a60f485d3c2bc8de9a894e0 (patch)
treeedbc3c305fec67bf3bff65915d8eefbfeae3e5e9 /nix
parenthome: get rid of mail / gpg modules (diff)
downloadinfra-cf9158ab77cbfa701a60f485d3c2bc8de9a894e0.tar.gz
module for homelab
Diffstat (limited to '')
-rw-r--r--nix/mkSystem.nix1
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;