infra/hosts/tankstelle/default.nix

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

13 lines
159 B
Nix
Raw Normal View History

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