Dennis Værum
Dennis Værum
@lastlink it looks like you forgot to signed-off on your commit :wink:
Hey @GasperFunda, could you provide a code example?
I am new to Nix(OS) and home-manager, but I think the example code is outdated? From what I can see here: https://nix-community.github.io/home-manager/release-notes.xhtml#sec-release-22.11-highlights Something like `extraModules` does not exist in the...
I am using `nixos-unstable` and when I try to use ```nix hardware.asahi.useExperimentalGPUDriver = true; ``` I get the following error, have anyone else encountered this? or have any good ways...
> @dvaerum I have `useExperimentalGPUDriver` as `true` and `experimentalGPUInstallMode` unset and it doesn't error when I build. If you want you can post/link your config somewhere and I'll build/diff it...
Interesting @xeniagda, do you know if I can declare that inside flake as some variable? Something like ```nix { flake-settings.impure = true; inputs = { ... }; outputs = {...
Nope, I have not found a solution yet, but I will give yours a try, when I get back to playing with it
Awesome, I will make a pull request :+1:
> You could simply decrease the value of OWNCLOUD_MAX_PARALLEL environment variable from 6 (default) to 2, e.g. That does not work to limit the max parallel upload from a web...