diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 12:30:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 12:30:54 -0300 |
commit | 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16 (patch) | |
tree | a4763391c4d56c22e5e178ed17c4cccedb3c7f99 | |
parent | system.scm: Explicitly say where mail is stored (diff) | |
download | server-7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16.tar.gz server-7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16.tar.xz |
system.scm: Require /mnt/production to be mounted for boot
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16
git notes --ref=refs/notes/ci-data show 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16
Exit status: 0
Duration: 44
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |