From a6f9533790b9bfb73f1e531fcef6303642e38983 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 2 Sep 2025 15:21:50 -0400 Subject: homelab: started creating homelab --- nixos/modules/homelab/core/default.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 nixos/modules/homelab/core/default.nix (limited to 'nixos/modules/homelab/core') diff --git a/nixos/modules/homelab/core/default.nix b/nixos/modules/homelab/core/default.nix new file mode 100644 index 0000000..d4ee9df --- /dev/null +++ b/nixos/modules/homelab/core/default.nix @@ -0,0 +1 @@ +{config, pkgs, lib, ...}: {} -- cgit v1.2.3