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