work email: default unset
This commit is contained in:
parent
3966613521
commit
45dab03a0f
@ -32,7 +32,7 @@ in {
|
||||
default = false;
|
||||
};
|
||||
email = lib.mkOption {
|
||||
type = str;
|
||||
type = nullOr str;
|
||||
default = "motiejus@jakstys.lt";
|
||||
};
|
||||
user = props;
|
||||
|
@ -2,7 +2,7 @@
|
||||
lib,
|
||||
pkgs,
|
||||
stateVersion,
|
||||
email,
|
||||
email ? null,
|
||||
devTools,
|
||||
hmOnly,
|
||||
username,
|
||||
|
@ -3,7 +3,7 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
||||
mj.base.users.email = null;
|
||||
mj.base.users.user.extraGroups = ["docker"];
|
||||
|
||||
environment.systemPackages =
|
||||
|
Loading…
Reference in New Issue
Block a user