nix-gscheits/machines/raven/services/default.nix
Simon Bruder 53629c10db
raven/unifi-controller: init
This also adds a module that explicitly allows certain unfree packages
to be installed.

Co-Authored-By: Jakob Lechner <mail@jalr.de>
2021-12-27 12:09:06 +01:00

8 lines
103 B
Nix

{
imports = [
./dnsmasq.nix
./dyndns.nix
./labsync.nix
./unifi-controller.nix
];
}