Commit 5bf9063184e0
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" ];