os/hosts/pioneer-momo-koeln/default.nix

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

7 lines
89 B
Nix
Raw Normal View History

2024-01-06 09:46:10 +00:00
{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
2023-04-26 19:22:25 +00:00
}