Commit 85323a3ea90f

Vincent Demeester <vincent@sbr.pm>
2024-10-01 16:50:31
home module: fix aion nfs mount point
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6eefe10
Changed files (1)
systems
modules
profiles
systems/modules/profiles/home.nix
@@ -54,7 +54,7 @@ in
       };
       # FIXME(vdemeester): I think it acts like this because there is only one export
       "/net/aion.home/export" = {
-        device = "${machines.home.ips.aion}:/";
+        device = "${machines.home.ips.aion}:/export";
         fsType = "nfs";
         options = [ "x-systemd.automount" "noauto" ];
       };