Commit 5bf9063184e0

Vincent Demeester <vincent@sbr.pm>
2020-04-05 19:00:03
machine/home: fix /export on home's
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9ceb95e
Changed files (1)
tmp
nixos-configuration
machine
tmp/nixos-configuration/machine/home.nix
@@ -11,7 +11,7 @@ with import ../assets/machines.nix; {
     options = [ "x-systemd.automount" "noauto" ];
   };
   # FIXME(vdemeester): I think it acts like this because there is only one export
-  fileSystems."/net/sakhalin.home/export/gaia" = {
+  fileSystems."/net/sakhalin.home/" = {
     device = "${home.ips.sakhalin}:/";
     fsType = "nfs";
     options = [ "x-systemd.automount" "noauto" ];