back to docker; add npmrc for not executing scripts; update hx script;

This commit is contained in:
2025-09-20 21:12:50 +01:00
parent 93cee2d49a
commit ac5216413e
5 changed files with 57 additions and 26 deletions

View File

@@ -66,7 +66,14 @@
users.users.worble = {
initialPassword = "password";
isNormalUser = true;
extraGroups = [ "wheel" "gamemode" "docker" "cdrom" "wireshark" ]; # Enable sudo for the user.
extraGroups = [
"wheel"
"gamemode"
"docker"
"podman"
"cdrom"
"wireshark"
]; # Enable sudo for the user.
linger = true;
};