Danny Milosavljevic <dan...@scratchpost.org> skribis:

>> +  (define %cups-accounts
>> +  (list (user-group (name "cups") (system? #t))
>> +        (user-account
>> +         (name "cups")
>> +         (group "cups")
>> +         (system? #t)
>> +         (comment "CUPS print server user")
>> +         (home-directory "/var/empty")
>
>> +         (shell (file-append shadow "/sbin/nologin")))))
>
> How does this work? shadow is a package and file-append expects a string...

No no, it’s correct.  :-)

Ludo’.

Reply via email to