something something cumulative updates

This commit is contained in:
Rouven Seifert 2025-03-26 20:29:32 +01:00
parent 1d50fdc0e2
commit 3d382ef13c
14 changed files with 73 additions and 62 deletions

View file

@ -8,12 +8,17 @@
./modules/graphics
./modules/greetd
./modules/networks
./modules/printing
# ./modules/printing
./modules/security
./modules/sound
./modules/virtualisation
];
# services.influxdb2 = {
# enable = true;
# };
nix.settings.system-features = [ "gccarch-tigerlake" ];
systemd.additionalUpstreamSystemUnits = [
"soft-reboot.target"
@ -147,10 +152,6 @@
fwupd.enable = true; # firmware updates
avahi.enable = true;
btrfs.autoScrub.enable = true;
mullvad-vpn = {
enable = true;
enableExcludeWrapper = false;
};
};
hardware.bluetooth = {
enable = true;
@ -184,4 +185,5 @@
};
environment.systemPackages = [ pkgs.man-pages ];
system.stateVersion = "22.11";
# programs.java.enable = true;
}

View file

@ -97,6 +97,10 @@
authProtocols = [ "WPA-PSK" ];
extraConfig = "disabled=1";
};
"RoboLab Playground" = {
psk = "ext:ROBOLAB_PSK";
authProtocols = [ "WPA-PSK" ];
};
};
};
systemd.services = {