infra/hosts/metronom/default.nix
b12f aca1e1a737
Some checks failed
Flake checks / Check (pull_request) Failing after 2m54s
Merge branch 'main' into feat/automated-account-deletion
2024-09-04 10:16:20 +02:00

14 lines
173 B
Nix

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