Fix allowUnfree
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Bädorf 2023-01-29 19:55:22 +01:00
parent 7da4fae07a
commit d249983e20
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
3 changed files with 1 additions and 4 deletions

View file

@ -58,7 +58,7 @@
inherit self inputs; inherit self inputs;
channelsConfig = { channelsConfig = {
# allowUnfree = true; allowUnfree = true;
}; };
supportedSystems = ["x86_64-linux" "aarch64-linux"]; supportedSystems = ["x86_64-linux" "aarch64-linux"];

View file

@ -13,8 +13,6 @@ in {
]; ];
config = { config = {
nixpkgs.config.allowUnfree = true;
home-manager.users = {inherit (hmUsers) ben;}; home-manager.users = {inherit (hmUsers) ben;};
services.yubikey-agent.enable = true; services.yubikey-agent.enable = true;

View file

@ -21,7 +21,6 @@ in {
tigervnc tigervnc
dogecoin dogecoin
nodejs nodejs
itch
solaar solaar
]; ];