Make setup user name more stylish

This commit is contained in:
Manuel Thalmann 2024-09-23 00:15:33 +02:00
parent 45c5461c7a
commit 3e13101b37

View file

@ -11,7 +11,7 @@ if [ (id -u) -eq 0 ]
runHook createUser || \
begin
useradd \
--comment "PortValhalla setup user" \
--comment "PortValhalla Setup User" \
--system \
--no-user-group \
--groups nix-users \