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