-
### Describe the bug
Switching to a configuration has been broken a couple of last commits on nixos unstable.
### Steps To Reproduce
Steps to reproduce the behavior:
1. `sudo nixos-rebuild swi…
-
Hey, i spent a bunch of time on thursday debugging my provisioning and it turned out some firmware for my NICs was only accessible with `hardware.enableAllFirmware = true;`.
I am happy to have solv…
-
Hello, I have a TUXEDO Gemini 15 Gen 2 and with my current setup on NixOS only one fan ramps up if the CPU gets hot and the second one only runs when the GPU is hot. The problem being that the i9-1390…
-
`sudo nixos-rebuild switch --upgrade`
does not yield a message warning that no upgrade is necessarily made to all packages when it is run, when run at a time when is the case that the current OS ve…
-
I am on Windows 10 and I want to write some Agda code.
The [HoTT Game](https://thehottgameguide.readthedocs.io/en/latest/index.html) [recommends](https://thehottgameguide.readthedocs.io/en/latest/g…
-
Hello, I'm new to NixOS.
I wanted to install NixOS on a Proxmox VM, but I failed with the manual installation.
Then I found your repo and build the image and I restored it on a Proxmox VM.
Now,…
-
Adding a binary cache via `sudo cachix use -m nixos ` inserts the binary cache URL before `https://cache.nixos.org` in `nix.binaryCaches`. For example, in my configuration `nix.binaryCaches` looks lik…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
on my xps laptop using this flake:
```nix
# 2 - mouse : (laptop) Tiling WM + dev tools
mouse = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system; };
m…
-
### Describe the bug
Evaluation of my NixOS configuration stopped working after 19a4941 ("nixos/resolvconf: add a resolvconf group"). Here's a minimal example that reproduces the infinite recursion…