bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35472:


From: Leo Famulari
Subject: bug#35472:
Date: Mon, 9 Aug 2021 14:56:17 -0400

On Mon, Aug 09, 2021 at 01:54:15PM -0400, François-René Rideau wrote:
>             (nix (file-system
>                   (device "/nixos/nix")
>                   (mount-point "/nix")
>                   ;;(type "bind") ;; fails both at CLI and during reconfigure
>                   (type "none") (option "bind") ;; CLI OK, reconfigure FAIL
>                   (dependencies (list nixos)))))

Try replacing the option field with (flags '(bind-mount))

https://guix.gnu.org/manual/en/html_node/File-Systems.html





reply via email to

[Prev in Thread] Current Thread [Next in Thread]