os/hosts/stroopwafel/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
133 B
Nix
Raw Normal View History

2024-01-27 22:53:36 +00:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
./networking.nix
./persistence.nix
];
}