nixos-servers/hosts/template/default.nix

8 lines
107 B
Nix
Raw Normal View History

2024-03-08 19:10:50 +00:00
{ ... }: {
imports = [
./hardware-configuration.nix
./configuration.nix
./scripts.nix
];
}