add system to config
This commit is contained in:
parent
d4df258480
commit
5fa9ccb970
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ def host_templates(name: str) -> dict[Path, str]:
|
||||||
{{ self, inputs, ... }}:
|
{{ self, inputs, ... }}:
|
||||||
{{
|
{{
|
||||||
flake.nixosConfigurations.{name} = inputs.nixpkgs.lib.nixosSystem {{
|
flake.nixosConfigurations.{name} = inputs.nixpkgs.lib.nixosSystem {{
|
||||||
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
self.nixosModules.{name}Configuration
|
self.nixosModules.{name}Configuration
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue