Skip to content

Commit

Permalink
add option
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Oct 27, 2024
1 parent 19a4d46 commit cf56ef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/users/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ in
type = bool;
default = false;
};
isDockerUser = mkOption {
type = bool;
default = false;
};
isKvmUser = mkOption {
type = bool;
default = false;
Expand Down

0 comments on commit cf56ef6

Please sign in to comment.