mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
id / gid / thinko error
This commit is contained in:
parent
315db426f5
commit
1acfad6628
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@
|
|||
(define %slurm-group
|
||||
(user-group
|
||||
(name "slurm")
|
||||
(id 567)
|
||||
(system? #t)))
|
||||
(define %slurm-account
|
||||
(user-account
|
||||
|
@ -79,7 +80,7 @@
|
|||
(system? #t)
|
||||
(comment "slurm server user")
|
||||
(uid 567) ;«magic number…»
|
||||
(group 567) ;«magic number…»
|
||||
; (group 567) ;«magic number…»
|
||||
(home-directory "/var/spool/slurm")
|
||||
(shell (file-append bash "/bin/bash"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue