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:
parent
81eaea946c
commit
1d4666739c
5 changed files with 32 additions and 31 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue