Skip to content

Commit

Permalink
fix: fix name of user
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Nov 9, 2024
1 parent 47d97be commit 71f49a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in {
config = mkIf cfg.enable {
users.users.penguin_memories = {
isSystemUser = true;
description = "PhoneDB user";
description = "Penguin Memories user";
group = "penguin_memories";
createHome = true;
home = "${cfg.data_dir}";
Expand Down

0 comments on commit 71f49a3

Please sign in to comment.