From 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 12 Mar 2023 12:30:54 -0300 Subject: system.scm: Require /mnt/production to be mounted for boot --- src/infrastructure/guix/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'src/infrastructure/guix/system.scm') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 2a9de05..b064206 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -395,6 +395,7 @@ (type "btrfs")) (file-system (mount-point "/mnt/production") + (needed-for-boot? #t) (device (uuid "b1a7e4a1-a8ea-48a4-ab8b-884a1b6a9c11" 'btrfs)) (type "btrfs")) -- cgit v1.2.3