Big update

This commit is contained in:
fwastring 2025-02-12 15:45:56 +01:00
parent b704eb4ba8
commit 1fdb076fc5
11 changed files with 53 additions and 37 deletions

View file

@ -35,6 +35,14 @@
"docker"
];
};
runner = {
initialPassword = "password";
isNormalUser = true;
description = "github runner";
extraGroups = [
"docker"
];
};
};
};
}