Skip to content

Commit

Permalink
nixos/modules/archiver-appliance: fix typo in main group of archappl …
Browse files Browse the repository at this point in the history
…user
  • Loading branch information
minijackson committed Aug 11, 2023
1 parent b7d5853 commit db3f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/archiver-appliance.nix
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ in {

users.groups."archappl" = {};
users.users."archappl" = {
group = "archapl";
group = "archappl";
isSystemUser = true;
};

Expand Down

0 comments on commit db3f59e

Please sign in to comment.