os/hosts/biolimo/default.nix

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

7 lines
87 B
Nix
Raw Normal View History

2023-09-12 22:07:05 +02:00
{...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
2021-05-30 21:33:09 +02:00
}