diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-02 15:21:50 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-02 15:21:50 -0400 |
| commit | a6f9533790b9bfb73f1e531fcef6303642e38983 (patch) | |
| tree | 23ed9d5386175afd47023ded1f3bf8664ee53288 /nixos/modules/default.nix | |
| parent | ce6edbe1ce9eb9ac39a7072da8038831feb1f797 (diff) | |
homelab: started creating homelab
Diffstat (limited to 'nixos/modules/default.nix')
| -rw-r--r-- | nixos/modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index cd7e8d6..c484288 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -1,5 +1,6 @@ {...}: { imports = [ ./general-settings + ./homelab ]; } |
