mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-23 07:10:59 +01:00
Fix localtimed changes
This commit is contained in:
parent
c72bec7b9d
commit
63316be973
2 changed files with 6 additions and 2 deletions
|
|
@ -36,7 +36,8 @@
|
|||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
localtime.enable = true;
|
||||
localtimed.enable = true;
|
||||
geoclue2.enable = true;
|
||||
fwupd.enable = true;
|
||||
postgresql = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,10 @@
|
|||
extraGroups = ["wheel" "networkmanager" "adbusers"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
localtimed.group = "localtimed";
|
||||
localtimed = {
|
||||
group = "localtimed";
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
groups.localtimed = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue