aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-06 18:07:56 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-06 18:07:56 -0700
commit88fcb0ba65efc2a56dab2416b7a2c40ab488d84b (patch)
tree73aefae1bbba7cca391518081355ff05f935fca6 /systems
parentecb2dfc37d1f57d214ce430c3069d23667799159 (diff)
downloaddotfiles-88fcb0ba65efc2a56dab2416b7a2c40ab488d84b.tar.gz
dotfiles-88fcb0ba65efc2a56dab2416b7a2c40ab488d84b.tar.xz
systems: bard: update nfs mounts
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/bard.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/bard.scm b/systems/bard.scm
index 0c2bfd21..255aebe6 100644
--- a/systems/bard.scm
+++ b/systems/bard.scm
@@ -76,7 +76,7 @@
(type "vfat"))
(file-system
(mount-point "/media/kb/music")
- (device "baal:/srv/music")
+ (device "cow01:/music")
(type "nfs4")
(mount-may-fail? #t)
(mount? #f)
@@ -85,7 +85,7 @@
(dependencies '()))
(file-system
(mount-point "/media/kb/videos")
- (device "baal:/srv/videos")
+ (device "cow01:/videos")
(type "nfs4")
(mount-may-fail? #t)
(mount? #f)