mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
river: build from master
This commit is contained in:
parent
4bd3816f34
commit
02eef8f563
6 changed files with 48 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
imports =
|
||||
|
@ -58,10 +58,6 @@
|
|||
blueman.enable = true; # bluetooth
|
||||
devmon.enable = true; # automount stuff
|
||||
upower.enable = true;
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
};
|
||||
fwupd.enable = true; # firmware updates
|
||||
zfs.autoScrub.enable = true;
|
||||
};
|
||||
|
@ -96,5 +92,6 @@
|
|||
dev.enable = true;
|
||||
man.generateCaches = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.man-pages ];
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue