infrastructure/nixos/common/services/default.nix
2021-11-21 13:34:39 +01:00

2 lines
89 B
Nix

{ config, lib, pkgs, ... }: { imports = [ ./flood.nix ./unpackerr.nix ./vmagent.nix ]; }