diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 54973b1..00408af 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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; diff --git a/nixos/localcfg.nix b/nixos/localcfg.nix index f220331..eada7ba 100644 --- a/nixos/localcfg.nix +++ b/nixos/localcfg.nix @@ -62,7 +62,10 @@ extraGroups = ["wheel" "networkmanager" "adbusers"]; shell = pkgs.zsh; }; - localtimed.group = "localtimed"; + localtimed = { + group = "localtimed"; + isSystemUser = true; + }; }; groups.localtimed = {}; };