infra/hosts/tankstelle/default.nix

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

14 lines
191 B
Nix
Raw Normal View History

2024-05-29 12:08:59 +00:00
{ flake, ... }:
{
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
./forgejo-actions-runner.nix
2024-05-30 17:17:21 +00:00
./wireguard.nix
2024-05-29 12:08:59 +00:00
#./backups.nix
];
}