Commit 028f7c3bbe53

Vincent Demeester <vincent@sbr.pm>
2020-10-12 11:43:20
systems/modules: remove deprecated mount point
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 57edb01
Changed files (1)
systems
modules
profiles
systems/modules/profiles/home.nix
@@ -48,17 +48,6 @@ in
         fsType = "nfs";
         options = [ "x-systemd.automount" "noauto" ];
       };
-      # Deprecated
-      "/mnt/synodine" = {
-        device = "${machines.home.ips.synodine}:/";
-        fsType = "nfs";
-        options = [ "x-systemd.automount" "noauto" ];
-      };
-      "/mnt/sakhalin" = {
-        device = "${machines.home.ips.sakhalin}:/";
-        fsType = "nfs";
-        options = [ "x-systemd.automount" "noauto" ];
-      };
     };
   };
 }