24.05 -> 24.11 beta

- switching to NixOS 24.11 family of inputs
- after th branchoff, no channel bump or home-manager release has been
made yet, thus pointing towards some preliminary branches so far
- had to disable a few packages for now
This commit is contained in:
Trolli Schmittlauch 2024-11-15 00:57:05 +01:00
parent 81eaea946c
commit 1d4666739c
5 changed files with 32 additions and 31 deletions

View file

@ -20,9 +20,6 @@ in
networking.hostName = "framenix"; # Define your hostname.
# use newer linux-firmware from unstable
hardware.firmware = lib.mkBefore [ unstable.linux-firmware ];
# override tmpdir for daemon
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";