os/hosts/fae/default.nix

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

8 lines
87 B
Nix
Raw Normal View History

2024-02-02 22:25:54 +00:00
{...}: {
imports = [
./paperless.nix
2024-06-24 21:00:22 +00:00
./invoiceplane.nix
2024-02-02 22:25:54 +00:00
./fae.nix
];
}