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 committed May 10, 2021
1 parent 1ae3d45 commit 537caf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/nixos/cardano-node-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,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 537caf2

Please sign in to comment.