aubergine: sftp: films: ro -> rw
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 18 Feb 2024 20:07:23 +0000 (21:07 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 18 Feb 2024 20:07:23 +0000 (21:07 +0100)
hosts/aubergine/sftp.nix

index 4f585b5b63962d1bc43dd26f1c5cd55f720e6e21..b029413bd8142d0e8c5c2a3d58ce3e2af59c1b1c 100644 (file)
@@ -8,7 +8,7 @@ in
       where = "${sftpRoot}/films";
       type = "none";
       what = "/mnt/off3/julm/public/podcasts/films";
-      options = "bind,ro,noauto";
+      options = "bind,rw,noauto";
       requires = [ "zfs-import@off3.service" ];
       after = [
         "zfs-import@off3.service"