#!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash


export PATH="$PATH"

source /nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh

systemConfig='/nix/store/kxamxx2karypvh08nrk6g21si6b49ynb-nixos-system-unnamed-lxc-proxmox-26.05.20260528.ec942ba'

export PATH=/empty
for i in /nix/store/9ypz3flqsrl5xl495mm8h645gadjsxi1-coreutils-9.11 /nix/store/gn94gpcp5q08x4v6g8mvw8v4r65rcjzk-gnugrep-3.12 /nix/store/c1cjgg6p8m8fssivzrc2p13mwwml3p3v-findutils-4.10.0 /nix/store/yb123jmrc2b18h9pgll0sb9zxw07nbkb-getent-glibc-2.42-61 /nix/store/bsh7n2nx8ndmm1mmww6v2h4851nalj13-glibc-2.42-61-bin /nix/store/5yag29f2jzp10wk2kqadlgn70x9i1wqf-shadow-4.19.4 /nix/store/zca0hp2i6c5yxbaxpl6x76mxc2b0aiqm-util-linux-2.42-bin; do
    PATH=$PATH:$i/bin:$i/sbin
done

_status=0
trap "_status=1 _localstatus=\$?" ERR

# Ensure a consistent umask.
umask 0022

#### Activation script snippet stdio does not support dry activation.
#### Activation script snippet binsh does not support dry activation.
#### Activation script snippet users:
_localstatus=0
install -m 0700 -d /root
install -m 0755 -d /home

/nix/store/cfv6i0lflyf2y7igxdf9lrz2xzm01x3f-perl-5.42.0-env/bin/perl \
-w /nix/store/dyx8qsmgnsz2csfzwn723gbd2jvp0j7g-update-users-groups.pl /nix/store/9j49s0v57qb8hickhc0i6k0bb7h60mad-users-groups.json

if (( _localstatus > 0 )); then
  printf "Activation script snippet '%s' failed (%s)\n" "users" "$_localstatus"
fi

#### Activation script snippet groups does not support dry activation.
#### Activation script snippet specialfs does not support dry activation.
#### Activation script snippet etc does not support dry activation.
#### Activation script snippet hashes does not support dry activation.
#### Activation script snippet usrbinenv does not support dry activation.
#### Activation script snippet var does not support dry activation.

