diff --git a/operating-systems/buer/file-systems.scm b/operating-systems/buer/file-systems.scm index 31754b3..da7c970 100644 --- a/operating-systems/buer/file-systems.scm +++ b/operating-systems/buer/file-systems.scm @@ -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")))