nix-gscheits/modules/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

10 lines
118 B
Nix

{
imports = [
./base.nix
./nix.nix
./pubkeys.nix
./sops.nix
./tools.nix
./unfree.nix
];
}