mirror of https://codeberg.org/anemofilia/zero
buer: file-systems: Remove /gnu/persist/mnt
parent
22e043e4ca
commit
795665491d
|
@ -136,9 +136,9 @@
|
||||||
(mount-point filename)
|
(mount-point filename)
|
||||||
(device (string-append "/gnu/persist" mount-point))
|
(device (string-append "/gnu/persist" mount-point))
|
||||||
(type "none")
|
(type "none")
|
||||||
|
(check? #f)
|
||||||
(flags '(no-atime bind-mount))))
|
(flags '(no-atime bind-mount))))
|
||||||
`("/mnt"
|
`("/etc/guix"
|
||||||
"/etc/guix"
|
|
||||||
"/etc/ssh"
|
"/etc/ssh"
|
||||||
"/etc/wireguard")))
|
"/etc/wireguard")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue