nix-config/hosts/microwave/default.nix

10 lines
129 B
Nix
Raw Normal View History

{
imports = [
./configuration.nix
./hardware-configuration.nix
2022-10-29 20:38:12 +02:00
./stateful-networking.nix
./secrets.nix
];
}