summary refs log tree commit diff
path: root/nixos/modules/services/databases/4store-endpoint.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/4store-endpoint.nix')
-rw-r--r--nixos/modules/services/databases/4store-endpoint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/4store-endpoint.nix b/nixos/modules/services/databases/4store-endpoint.nix
index 68913f15f95..f2d64b6891d 100644
--- a/nixos/modules/services/databases/4store-endpoint.nix
+++ b/nixos/modules/services/databases/4store-endpoint.nix
@@ -54,7 +54,7 @@ with lib;
 
     users.extraUsers = singleton
       { name = endpointUser;
-        uid = config.ids.uids.fourStoreEndpoint;
+        uid = config.ids.uids.fourstorehttp;
         description = "4Store SPARQL endpoint user";
 #        home = stateDir;
       };