os/hosts/stroopwafel/default.nix

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

10 lines
135 B
Nix
Raw Normal View History

2024-01-27 22:53:36 +00:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
./networking.nix
2024-02-27 08:41:03 +00:00
./openstreetmap.nix
2024-01-27 22:53:36 +00:00
];
}