From 2e919182d42aae9706f11d0c93c18e13bef8d6af Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 25 Sep 2025 12:16:24 +0200 Subject: [PATCH] fix: remove /opt/singularity --- rossby/mounts.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rossby/mounts.nix b/rossby/mounts.nix index 3db2dc7..c0b6264 100644 --- a/rossby/mounts.nix +++ b/rossby/mounts.nix @@ -25,10 +25,6 @@ let device = "/ceph/volumes/nfs/opt/sif"; options = [ "bind" ]; }; - "/opt/singularity" = { - device = "/ceph/volumes/nfs/opt/singularity"; - options = [ "bind" ]; - }; } else {}; data =