diff options
Diffstat (limited to 'hosts/yashinoki')
| -rw-r--r-- | hosts/yashinoki/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/yashinoki/configuration.nix b/hosts/yashinoki/configuration.nix index 06a6700..932637a 100644 --- a/hosts/yashinoki/configuration.nix +++ b/hosts/yashinoki/configuration.nix @@ -139,7 +139,7 @@ in { }; users.users.andrew.extraGroups = [ "networkmanager" ]; - fileSystems."/home/andrew/c" = { + fileSystems."/mnt/nfs/c" = { device = "moyo:/srv/nfs/c"; fsType = "nfs4"; options = disks.nfs_options; |