Correcting filesystems.

This commit is contained in:
Gabriel Simmer 2021-09-07 22:49:01 +01:00
parent 7118fff550
commit 1c0e3701fb
2 changed files with 4 additions and 4 deletions

View file

@ -80,14 +80,14 @@ EndSection
(file-system
(device "/dev/sda2")
(mount-point "/")
(type "ext4"))))
(type "ext4")) %base-file-systems)))))
(users (cons (user-account
(name "gsimmer")
(comment "Gabriel Simmer")
(password (crypt "pass" "$6$abc"))
(group "users")
(supplementary-groups ("wheel" "netdev"
(supplementary-groups '("wheel" "netdev"
"audio" "video"
"docker" "kvm"
"tty" "input"

View file

@ -123,14 +123,14 @@ in a typing install of Guix/Linux.
(file-system
(device "/dev/sda2")
(mount-point "/")
(type "ext4"))))
(type "ext4")) %base-file-systems)))))
(users (cons (user-account
(name "gsimmer")
(comment "Gabriel Simmer")
(password (crypt "pass" "$6$abc"))
(group "users")
(supplementary-groups ("wheel" "netdev"
(supplementary-groups '("wheel" "netdev"
"audio" "video"
"docker" "kvm"
"tty" "input"