os/hosts/0001/default.nix

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

6 lines
45 B
Nix
Raw Normal View History

2023-01-28 22:51:33 +00:00
{...}: {
2022-10-05 10:02:28 +00:00
imports = [
./0001.nix
2022-10-05 10:02:28 +00:00
];
}