mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 08:50:32 +01:00
Allow unfree on beleth
This commit is contained in:
parent
beaa45b725
commit
de2f797dc9
|
@ -16,7 +16,6 @@ with lib; {
|
|||
./transmission.nix
|
||||
./external-users.nix
|
||||
./fail2ban.nix
|
||||
./unfree-predicate.nix
|
||||
./lanrarari.nix
|
||||
# ./hydra.nix
|
||||
./conduit.nix
|
||||
|
@ -38,6 +37,7 @@ with lib; {
|
|||
services.syncthing.settings.gui.insecureSkipHostcheck = true;
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = ["xqtc"];
|
||||
|
|
Loading…
Reference in a new issue