diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 11efbbe..1010b86 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -36,7 +36,6 @@ # Allow unfree packages nixpkgs.config = { allowUnfree = true; - nvidia.acceptLicense = true; }; nixpkgs.overlays = [ ];