Skip to content

Commit

Permalink
add groups in nixos-options
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Apr 27, 2024
1 parent aaf80b8 commit 844ffaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@ in
group = cfg.group;
extraGroups = [ ];
};
users.groups."${cfg.group}" = {};
};
}

0 comments on commit 844ffaf

Please sign in to comment.