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 ab64ff6 commit 5319b79
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 @@ -178,5 +178,6 @@ in
uid = 1501;
extraGroups = [ config.users.groups."TLMS-radio".name ];
};
users.groups."${cfg.group}" = {};
};
}

0 comments on commit 5319b79

Please sign in to comment.