Fix localtimed changes

This commit is contained in:
Quentin Boyer 2022-06-04 20:54:11 +02:00
parent c72bec7b9d
commit 63316be973
2 changed files with 6 additions and 2 deletions

View file

@ -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;

View file

@ -62,7 +62,10 @@
extraGroups = ["wheel" "networkmanager" "adbusers"];
shell = pkgs.zsh;
};
localtimed.group = "localtimed";
localtimed = {
group = "localtimed";
isSystemUser = true;
};
};
groups.localtimed = {};
};