This commit is contained in:
Tyler Beckman 2025-01-03 21:38:24 -07:00
parent cbf0ba3586
commit 6b36ea4418
Signed by: Ty
GPG key ID: 2813440C772555A4
3 changed files with 16 additions and 5 deletions

View file

@ -19,4 +19,11 @@
hashedPassword = secrets.passwords.users.ty;
};
};
# Enable polkit user authentication
security.polkit.enable = true;
security.pam.services.systemd-run0 = {
setEnvironment = true;
pamMount = false;
}; # https://github.com/NixOS/nixpkgs/issues/361592#issuecomment-2516342739
}

View file

@ -22,4 +22,8 @@
# Enable polkit user authentication
security.polkit.enable = true;
security.pam.services.systemd-run0 = {
setEnvironment = true;
pamMount = false;
}; # https://github.com/NixOS/nixpkgs/issues/361592#issuecomment-2516342739
}