infra/hosts/tankstelle/default.nix
teutat3s 941eff6d87
All checks were successful
Flake checks / Check (pull_request) Successful in 2m30s
tankstelle: configure wireguard
2024-05-30 19:17:21 +02:00

14 lines
191 B
Nix

{ flake, ... }:
{
imports = [
./hardware-configuration.nix
./configuration.nix
./networking.nix
./forgejo-actions-runner.nix
./wireguard.nix
#./backups.nix
];
}