refactor: move megasync allowUnfreePredicate to guz home

This commit is contained in:
Guz
2025-03-14 22:16:53 -03:00
parent b157b19689
commit 509a430cf0
2 changed files with 1 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"davinci-resolve"
"megasync"
"steam"
"steam-unwrapped"
"xow_dongle-firmware"

View File

@@ -30,9 +30,4 @@
boot.extraModprobeConfig = ''
options bluetooth disable_ertm=Y
'';
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"megasync"
];
}