commit 028f7c3bbe53cf6b2ad8dde71893e618be95c677 parent 57edb016e6b57c4ee698ac06d1c0f5d58ed213ea Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 12 Oct 2020 11:43:20 +0200 systems/modules: remove deprecated mount point Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/modules/profiles/home.nix | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/systems/modules/profiles/home.nix b/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" ]; - }; }; }; }