trying to fix something on media
This commit is contained in:
parent
b01e0cbf90
commit
9336ca1da5
1 changed files with 8 additions and 3 deletions
|
@ -70,9 +70,14 @@
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
security.sudo = {
|
security = {
|
||||||
enable = true;
|
polkit.enable = true;
|
||||||
wheelNeedsPassword = false;
|
rtkit.enable = true;
|
||||||
|
|
||||||
|
sudo = {
|
||||||
|
enable = true;
|
||||||
|
wheelNeedsPassword = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.media = {
|
users.users.media = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue