commit dd9b9953e9497fad648df36c18ede16eedcc8da7
parent e65e42b32060e69d7dd1b4c71b23da232ee69796
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 5 Apr 2020 19:12:10 +0200
machine/home: and fix home.nix
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmp/nixos-configuration/machine/home.nix b/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/" = {
+ fileSystems."/net/sakhalin.home/export/" = {
device = "${home.ips.sakhalin}:/";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];