Only build minecraft-clj if enabled
This commit is contained in:
parent
2f5df60780
commit
b6af716005
|
@ -68,7 +68,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = mkIf cfg.enable {
|
||||||
users = {
|
users = {
|
||||||
users."${cfg.user}" = {
|
users."${cfg.user}" = {
|
||||||
isSystemUser = false;
|
isSystemUser = false;
|
||||||
|
|
Loading…
Reference in New Issue