guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Migrate /home to new Btrfs array.


From: Maxim Cournoyer
Subject: branch master updated: berlin: Migrate /home to new Btrfs array.
Date: Wed, 26 Jan 2022 21:19:14 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 4db1787  berlin: Migrate /home to new Btrfs array.
4db1787 is described below

commit 4db1787db4ed510be6a460c1b7292eb5bb5eaabc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 26 16:46:28 2022 -0500

    berlin: Migrate /home to new Btrfs array.
    
    * hydra/berlin.scm (@home)[mount-point]: Set to "/home".
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 5ffba94..bbf339d 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -207,7 +207,7 @@ Happy hacking!\n"))
 (define @home
   (file-system
     (device (uuid %btrfs-raid-uuid))
-    (mount-point "/new-home")
+    (mount-point "/home")
     (type "btrfs")
     (options (alist->file-system-options
               (cons '("subvol" . "@home")



reply via email to

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