exported export folder from nfs
This commit is contained in:
parent
1e98b54454
commit
7b9b394ad2
|
@ -76,7 +76,6 @@ in {
|
||||||
# system tools
|
# system tools
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
openvpn
|
openvpn
|
||||||
nextcloud-client
|
|
||||||
noisetorch
|
noisetorch
|
||||||
|
|
||||||
# hardware managment tools
|
# hardware managment tools
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = false;
|
||||||
subdomain = "drive";
|
subdomain = "drive";
|
||||||
};
|
};
|
||||||
sync = {
|
sync = {
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
"/mnt/media" = {
|
"/mnt/media" = {
|
||||||
device = "defiant:/exports/media";
|
device = "defiant:/exports/media";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
|
options = ["x-systemd.automount" "noauto" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,12 @@
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
|
options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/mnt/media" = {
|
||||||
|
device = "defiant:/exports/media";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = ["x-systemd.automount" "noauto" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue