vm: fix user propagation, refactor base.users

This commit is contained in:
2024-03-06 10:33:48 +02:00
parent b31dff0451
commit f5edd23253
10 changed files with 70 additions and 104 deletions

View File

@@ -31,10 +31,7 @@ in {
description = "Time zone for this system";
};
username = lib.mkOption {
type = str;
default = "motiejus";
};
username = lib.mkOption {type = str;};
};
config = {