trying to fix something on media

This commit is contained in:
Matt Nish-Lapidus 2025-07-08 23:52:03 -04:00
parent b01e0cbf90
commit 9336ca1da5

View file

@ -70,10 +70,15 @@
# Set your time zone.
time.timeZone = "America/Toronto";
security.sudo = {
security = {
polkit.enable = true;
rtkit.enable = true;
sudo = {
enable = true;
wheelNeedsPassword = false;
};
};
users.users.media = {
isNormalUser = true;