os/hosts/flora-6/default.nix

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

6 lines
48 B
Nix
Raw Normal View History

2023-01-28 23:51:33 +01:00
{...}: {
2022-10-05 12:02:28 +02:00
imports = [
2022-11-27 21:56:40 +01:00
./flora-6.nix
2022-10-05 12:02:28 +02:00
];
}