format code
This commit is contained in:
@@ -27,19 +27,31 @@
|
||||
fileSystems."/home/smayzy/Main" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/Main";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
options = [
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"nfsvers=4"
|
||||
];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
fileSystems."/home/smayzy/ISO" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/ISO";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
options = [
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"nfsvers=4"
|
||||
];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
fileSystems."/home/smayzy/Vault" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/Vault";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
options = [
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"nfsvers=4"
|
||||
];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user