home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5bf9063184e09681d10dcf91fbd26f8ba0f6f7e0
parent 9ceb95e201064a11438dc49b864df25b741203e2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  5 Apr 2020 19:00:03 +0200

machine/home: fix /export on home's

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/machine/home.nix | 2+-
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/export/gaia" = { + fileSystems."/net/sakhalin.home/" = { device = "${home.ips.sakhalin}:/"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" ];