Upgrade to 22.05 (and much else)

This commit is contained in:
2022-06-01 13:57:58 -07:00
parent e9e61e24d4
commit a4ba216d71
16 changed files with 548 additions and 368 deletions
+6
View File
@@ -51,7 +51,13 @@ in {
};
pulse.enable = true;
jack.enable = true;
media-session = {
enable = true;
config.alsa-monitor = { api.alsa.headroom = 1024; };
};
};
udev.packages = with pkgs; [ via ];
};
security = {
+1 -2
View File
@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
{
with lib; {
imports = [ ./common-ui.nix ];
networking.networkmanager.enable = mkForce false;
+10 -3
View File
@@ -47,13 +47,20 @@ in {
config = {
environment = {
systemPackages = with pkgs;
[ emacs-nox reboot-if-necessary test-config ];
systemPackages = with pkgs; [ emacs-nox reboot-if-necessary test-config ];
};
networking.networkmanager.enable = mkForce false;
services.xserver.enable = false;
services = {
nginx = {
recommendedProxySettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedTlsSettings = true;
};
xserver.enable = false;
};
sound.enable = false;
hardware.pulseaudio.enable = false;