forked from jan-leila/nix-config
updated options for leyla home mount
This commit is contained in:
parent
b364fbb7b8
commit
0cc454bcac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
{
|
{
|
||||||
device = "defiant:/home/leyla";
|
device = "defiant:/home/leyla";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ];
|
options = [ "fsc" "x-systemd.automount" "soft" "x-systemd.idle-timeout=600" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/eve_home" =
|
"/mnt/eve_home" =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue