add radish-vm for testing

This commit is contained in:
Joakim Repomaa
2025-07-11 11:37:28 +03:00
parent 3e37b4bcbc
commit 5b3ceb239d
8 changed files with 130 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
initialPassword = "changeme";
};
users.users.moco = {
@@ -13,6 +14,7 @@
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
initialPassword = "changeme";
subUidRanges = [
{
startUid = 10000;