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 4e57155 commit f0b5610
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 @@ -173,5 +173,6 @@ in
uid = 1502;
extraGroups = [ config.users.groups."TLMS-radio".name ];
};
users.groups."${cfg.group}" = {};
};
}

0 comments on commit f0b5610

Please sign in to comment.