allowed unfree packages, reticulum has custom license

This commit is contained in:
Jakub Dorfman 2026-05-13 23:39:06 +02:00
parent 79cf938395
commit d24fe40f61

View file

@ -35,6 +35,11 @@
./authelia.nix
./containers/hello.nix
agenix.nixosModules.default
{
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "rns" ];
}
./reticulum.nix
];
specialArgs = {