summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-08-12 22:23:20 -0400
committerBernardo Meurer <bernardo@meurer.org>2022-08-12 22:46:16 -0400
commit5975411744eb1e46bf07a3e1d08ab0c3ae0b432b (patch)
tree39942a96a537b1fc9aea4943c0048ebcd364e114 /nixos/modules/misc
parent83bcf0cef149dda31307be53e6ab001a9ef74417 (diff)
downloadnixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar.gz
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar.bz2
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar.lz
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar.xz
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.tar.zst
nixpkgs-5975411744eb1e46bf07a3e1d08ab0c3ae0b432b.zip
nixos/localtimed: fix service
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index e3d7866cabb..38ab338aa56 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -354,6 +354,7 @@ in
       webdav = 322;
       pipewire = 323;
       rstudio-server = 324;
+      localtimed = 325;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -662,6 +663,7 @@ in
       webdav = 322;
       pipewire = 323;
       rstudio-server = 324;
+      localtimed = 325;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal