@@ -19,6 +19,4 @@
|
||||
!include ${config.sops.secrets."nix/accessTokens/github".path}
|
||||
'';
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
6
hosts/common/system/configs/nixpkgs/default.nix
Normal file
6
hosts/common/system/configs/nixpkgs/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.nur.nixosModules.nur ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
Reference in New Issue
Block a user