diff options
Diffstat (limited to 'hosts/eostre/default.nix')
-rw-r--r-- | hosts/eostre/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix index e20929b4..95da3a74 100644 --- a/hosts/eostre/default.nix +++ b/hosts/eostre/default.nix | |||
@@ -79,8 +79,8 @@ with lib; | |||
79 | security.pam.mount = { | 79 | security.pam.mount = { |
80 | enable = true; | 80 | enable = true; |
81 | extraVolumes = [ | 81 | extraVolumes = [ |
82 | "<volume sgrp=\"users\" fstype=\"cifs\" server=\"vidhar.lan.yggdrasil\" path=\"home-eostre\" mountpoint=\"~\" />" | 82 | "<volume sgrp=\"users\" fstype=\"cifs\" server=\"vidhar.lan.yggdrasil\" path=\"home-eostre\" mountpoint=\"~\" options=\"mfsymlinks\" />" |
83 | "<volume sgrp=\"users\" fstype=\"cifs\" server=\"vidhar.lan.yggdrasil\" path=\"%(USER)\" mountpoint=\"/run/media/%(USER)/vidhar\" />" | 83 | "<volume sgrp=\"users\" fstype=\"cifs\" server=\"vidhar.lan.yggdrasil\" path=\"%(USER)\" mountpoint=\"/run/media/%(USER)/vidhar\" options=\"mfsymlinks\" />" |
84 | ]; | 84 | ]; |
85 | }; | 85 | }; |
86 | 86 | ||