os/hosts/flora-6/default.nix

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

7 lines
50 B
Nix
Raw Normal View History

2022-10-05 10:02:28 +00:00
{ ... }:
{
imports = [
2022-11-27 20:56:40 +00:00
./flora-6.nix
2022-10-05 10:02:28 +00:00
];
}