infra/hosts/tankstelle/default.nix
Hendrik Sokolowski 946585d1ca
Some checks failed
Flake checks / Check (pull_request) Failing after 1m38s
initial commit of tankstelle
2024-05-29 14:08:59 +02:00

13 lines
159 B
Nix

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