guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Remove now-unneeded bind mount for IRC logs.


From: Ludovic Courtès
Subject: 02/02: hydra: bayfront: Remove now-unneeded bind mount for IRC logs.
Date: Sun, 6 Nov 2022 12:05:35 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit e724379f3ec3c2e7908ebb339188887e115eb39a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 6 18:04:10 2022 +0100

    hydra: bayfront: Remove now-unneeded bind mount for IRC logs.
    
    * hydra/bayfront.scm (file-systems): Remove bind mount for
    /var/www/.well-known/all-logs.
---
 hydra/bayfront.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9ca9d95..256efb4 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -929,13 +929,6 @@ add_header Content-Type text/plain;")))
                          (mount-point "/")
                          (type "ext4")
                          (dependencies mapped-devices))
-                       (file-system
-                         ;; This is how Goggles' IRC network is currently 
configured :-)
-                         (device 
"/home/rekado/.znc/users/bayfront-log/networks/libera/moddata/log")
-                         (mount-point "/var/www/.well-known/all-logs")
-                         (type "none")
-                         (flags '(bind-mount))
-                         (check? #f))
                        %base-file-systems))
 
   (swap-devices



reply via email to

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