add system to config

This commit is contained in:
jackjohn7 2026-04-12 03:17:59 -05:00
parent d4df258480
commit 5fa9ccb970

View file

@ -46,6 +46,7 @@ def host_templates(name: str) -> dict[Path, str]:
{{ self, inputs, ... }}:
{{
flake.nixosConfigurations.{name} = inputs.nixpkgs.lib.nixosSystem {{
system = "x86_64-linux";
modules = [
self.nixosModules.{name}Configuration
];