feat: sync

This commit is contained in:
Kat Inskip 2025-08-26 01:16:07 -07:00
parent 62a07510f9
commit dc9e30075d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 13 additions and 5 deletions

View file

@ -51,8 +51,15 @@ _: {
# Allow inbound traffic for the DHCP server
networking.firewall.allowedUDPPorts = [67];
users.users = {
users = {
groups.container = {};
users = {
# allow container access to zvol
container.extraGroups = ["disk"];
container = {
isSystemUser = true;
group = "container";
extraGroups = ["disk"];
};
};
};
}

View file

@ -1,2 +1,3 @@
#! /usr/bin/env bash
steam-run env WINEPREFIX="$STEAM_DIR/steamapps/compatdata/620980/pfx" bs-manager
#WINEPREFIX="$STEAM_DIR/steamapps/compatdata/620980/pfx"
steam-run bs-manager