aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-12 12:30:54 -0300
committerEuAndreh <eu@euandre.org>2023-03-12 12:30:54 -0300
commit7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16 (patch)
treea4763391c4d56c22e5e178ed17c4cccedb3c7f99 /src
parentsystem.scm: Explicitly say where mail is stored (diff)
downloadtoph-7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16.tar.gz
toph-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
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm1
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"))