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."${cfg.user}" = {
|
||||
isSystemUser = false;
|
||||
|
|
Loading…
Reference in New Issue