aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-11 13:59:10 +0900
committerOphestra <cat@gensokyo.uk>2025-10-11 13:59:10 +0900
commit8874aaf81b6d8028bd4dc3d4a1f09bf16b349085 (patch)
tree0c2a918487a5b595a9675f17893f9c5aa8f60c29 /hst/hst.go
parent04a27c8e475c084b7dc94b00f57d7fd77201ee57 (diff)
hst: remove template bind nix store
This does not add anything meaningful to the template, since there are already prior examples showing src-only bind ops. Remove this since it causes confusion by covering the previous mount point targeting /nix/store. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst.go')
-rw-r--r--hst/hst.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hst/hst.go b/hst/hst.go
index 575869e6..208b395a 100644
--- a/hst/hst.go
+++ b/hst/hst.go
@@ -121,7 +121,6 @@ func Template() *Config {
Upper: fhs.AbsVarLib.Append("hakurei/nix/u0/org.chromium.Chromium/rw-store/upper"),
Work: fhs.AbsVarLib.Append("hakurei/nix/u0/org.chromium.Chromium/rw-store/work"),
}},
- {&FSBind{Source: check.MustAbs("/nix/store")}},
{&FSLink{Target: fhs.AbsRun.Append("current-system"), Linkname: "/run/current-system", Dereference: true}},
{&FSLink{Target: fhs.AbsRun.Append("opengl-driver"), Linkname: "/run/opengl-driver", Dereference: true}},
{&FSBind{Source: fhs.AbsVarLib.Append("hakurei/u0/org.chromium.Chromium"),