Skip to content

Commit

Permalink
nixos service: use system user for cardano-node.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi authored and coot committed Jun 15, 2021
1 parent 8b7cf65 commit 1185855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/nixos/cardano-node-service.nix
Expand Up @@ -555,6 +555,7 @@ in {
description = "cardano-node node daemon user";
uid = 10016;
group = "cardano-node";
isSystemUser = true;
};

## TODO: use http://hackage.haskell.org/package/systemd for:
Expand Down

0 comments on commit 1185855

Please sign in to comment.