mirror of https://codeberg.org/anemofilia/zero
buer: file-systems: Remove /etc/wireguard as persistent directory, since it's currently unused
parent
6167d59e70
commit
102c542180
|
@ -150,8 +150,7 @@
|
||||||
(check? #f)
|
(check? #f)
|
||||||
(flags '(no-atime bind-mount))))
|
(flags '(no-atime bind-mount))))
|
||||||
`("/etc/guix"
|
`("/etc/guix"
|
||||||
"/etc/ssh"
|
"/etc/ssh")))
|
||||||
"/etc/wireguard")))
|
|
||||||
|
|
||||||
(define persistent-files
|
(define persistent-files
|
||||||
(list "/etc/machine-id"
|
(list "/etc/machine-id"
|
||||||
|
|
Loading…
Reference in New Issue