This commit is contained in:
Matt Nish-Lapidus 2025-04-13 14:46:32 -04:00
parent 375c19ff26
commit 23e3b9d76b
7 changed files with 136 additions and 10 deletions

View file

@ -346,6 +346,11 @@
];
};
security.sudo = {
enable = true;
wheelNeedsPassword = false;
};
security.polkit.enable = true;
security.rtkit.enable = true;
security.pam.services.swaylock = { };