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 23:25:54 +01:00
{...}: {
imports = [
./paperless.nix
2024-06-24 23:00:22 +02:00
./invoiceplane.nix
2024-02-02 23:25:54 +01:00
./fae.nix
];
}