update pins
This commit is contained in:
parent
02e18aa0fc
commit
274d59ce4b
12 changed files with 172 additions and 174 deletions
|
|
@ -4,4 +4,14 @@
|
|||
{
|
||||
time.timeZone = null;
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
# Add a polkit rule so automatic-timezoned can change timezone
|
||||
security.polkit.extraConfig = ''
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (action.id == "org.freedesktop.timedate1.set-timezone" &&
|
||||
subject.isInGroup("wheel")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue