restructure naming scheme

This commit is contained in:
2025-10-05 11:04:10 -05:00
parent 511b4a1eb8
commit a741884642
5 changed files with 16 additions and 2 deletions

View File

@@ -5,13 +5,14 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../users/users.nix
../../modules/system/system.nix
../../modules/homelab/homelab.nix
../../modules/system/default.nix
../../modules/homelab/default.nix
];
modules = {
system = {
ssh.enable = true;
sops.enable = true;
docker.enable = true;
syncthing.enable = true;
tailscale.enable = true;