buer: file-systems: Remove /gnu/persist/mnt

main
Luis Guilherme Coelho 2024-11-06 14:07:07 -03:00
parent 22e043e4ca
commit 795665491d
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -136,9 +136,9 @@
(mount-point filename)
(device (string-append "/gnu/persist" mount-point))
(type "none")
(check? #f)
(flags '(no-atime bind-mount))))
`("/mnt"
"/etc/guix"
`("/etc/guix"
"/etc/ssh"
"/etc/wireguard")))