mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 14:40:32 +01:00
Add unfree-predicate
This commit is contained in:
parent
a75d0828bd
commit
beaa45b725
|
@ -16,6 +16,7 @@ with lib; {
|
|||
./transmission.nix
|
||||
./external-users.nix
|
||||
./fail2ban.nix
|
||||
./unfree-predicate.nix
|
||||
./lanrarari.nix
|
||||
# ./hydra.nix
|
||||
./conduit.nix
|
||||
|
|
3
hosts/x86_64-linux/beleth/unfree-predicate.nix
Normal file
3
hosts/x86_64-linux/beleth/unfree-predicate.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{}:{nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"factorio-headless"
|
||||
];}
|
Loading…
Reference in a new issue