This commit is contained in:
2026-02-24 23:27:24 +00:00
parent dcaaeb02e1
commit 1ef5057dff
9 changed files with 87 additions and 91 deletions

View File

@@ -5,7 +5,6 @@
bluetooth.enable = true;
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};

View File

@@ -9,15 +9,15 @@
after = [ "graphical-session.target" ];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
extraConfig = ''
DefaulTimeoutStopSec=10s
'';
# extraConfig = ''
# DefaulTimeoutStopSec=10s
# '';
};
environment.systemPackages = with pkgs; [

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
sound.enable = true;
# sound.enable = true;
security.rtkit.enable = true;
hardware.pulseaudio.enable = false;

View File

@@ -9,8 +9,6 @@
qemu = {
swtpm.enable = true;
ovmf.enable = true;
# ovmf.packages = [ pkgs.OVMFFULL.fd ];
};
};