summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/hydra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix
index 98368c0..6f5daa3 100644
--- a/modules/examples/hydra.nix
+++ b/modules/examples/hydra.nix
@@ -61,7 +61,7 @@ in
0) echo "yes" ;;
1)
echo "no, created"
- sysadminctl -addUser hydra -fullName "Hydra" -UID 122 >&2 || exit
+ sysadminctl -addUser hydra -fullName "Hydra" >&2 || exit
dscl . -create /Users/hydra IsHidden 1 || exit
;;
esac