feat(hosts): machine-specific modules

This commit is contained in:
Sk7Str1p3 2026-07-26 14:54:38 +00:00
parent 35368fc6f9
commit 703ff26742
Signed by: Sk7Str1p3
SSH key fingerprint: SHA256:GcXqjfo0IHK280c6aH9o5SmcOWyqMS8gjfOtDQ3gr/Q
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
}; };
modules = with inputs; [ modules = with inputs; [
./${host}/configuration.nix ./${host}/configuration.nix
./${host}/modules
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
./${host}/hardware.nix ./${host}/hardware.nix
../users ../users

View file

@ -0,0 +1 @@
{ }