allowed unfree packages, reticulum has custom license
This commit is contained in:
parent
79cf938395
commit
d24fe40f61
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
||||||
./authelia.nix
|
./authelia.nix
|
||||||
./containers/hello.nix
|
./containers/hello.nix
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
|
|
||||||
|
{
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [ "rns" ];
|
||||||
|
}
|
||||||
./reticulum.nix
|
./reticulum.nix
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue