os/hosts/frikandel/default.nix

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

15 lines
226 B
Nix
Raw Normal View History

2023-10-24 13:54:04 +00:00
{...}: {
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
./unbound.nix
./nginx.nix
2024-04-01 17:07:24 +00:00
./invoiceplane-proxy.nix
2023-10-24 15:56:14 +00:00
./wireguard.nix
2023-11-12 17:33:58 +00:00
./email.nix
./website.nix
2023-10-24 13:54:04 +00:00
];
}