os/hosts/biolimo/default.nix

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

9 lines
111 B
Nix
Raw Normal View History

2023-10-03 12:21:09 +00:00
{ ... }: {
2023-09-12 20:07:05 +00:00
imports = [
./configuration.nix
./hardware-configuration.nix
2023-10-19 18:55:56 +00:00
./networking.nix
2023-09-12 20:07:05 +00:00
];
2021-05-30 19:33:09 +00:00
}