Merge branch 'nixbook/cosmic' into zenix/hm-cosmic

This commit is contained in:
tristan 2024-10-06 20:47:44 +01:00
commit cdd2897470
10 changed files with 36 additions and 42 deletions

View file

@ -17,7 +17,6 @@ in {
"openssl-1.1.1w" # required for mongodb
];
networking = {
networkmanager = {
plugins = [pkgs.networkmanager-openvpn];

View file

@ -7,9 +7,8 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
raopOpenFirewall = true;
};
# pipewire raop
networking.firewall.allowedUDPPorts = [6002 6001];
# network streaming
networking.firewall.allowedTCPPorts = [4713];
}

View file

@ -10,19 +10,6 @@
];
security.polkit.enable = true;
systemd.user.services.polkit-gnome-authentication-agent-1 = {
description = "polkit-gnome-authentication-agent-1";
wantedBy = ["graphical-session.target"];
wants = ["graphical-session.target"];
after = ["graphical-session.target"];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
hardware.opentabletdriver.enable = true;