Add host aluminium
This commit is contained in:
parent
8d2c826cf0
commit
684ff15e5c
10 changed files with 299 additions and 2 deletions
|
|
@ -30,6 +30,7 @@
|
|||
./tradebyte
|
||||
./udmx.nix
|
||||
./uefi.nix
|
||||
./unfree.nix
|
||||
./wireshark.nix
|
||||
./yubikey-gpg.nix
|
||||
];
|
||||
|
|
|
|||
7
modules/unfree.nix
Normal file
7
modules/unfree.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: lib.elem (lib.getName pkg) [
|
||||
"unifi-controller"
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue