diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-11 13:30:47 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-11 13:30:47 +0200 |
commit | 36bf2439171be2068a620c5bc6a28113765d9da5 (patch) | |
tree | a3b36db56197be708cebf0a679e6ffc9dfe1e486 /modules/by-name/co | |
parent | {modules,test}/taskchampion-sync: Init (diff) | |
download | nixos-server-36bf2439171be2068a620c5bc6a28113765d9da5.zip |
modules/taskchampion-sync: Add {u,g}ids to {group,user}
Diffstat (limited to 'modules/by-name/co')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 7eaa8b4..d6674bb 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -46,6 +46,7 @@ nix-sync = 334; nextcloud = 335; redis-nextcloud = 336; + taskchampion = 337; # As per the NixOS file, the uids should not be greater or equal to 400; }; |