Add Prophet mount to Kitty
This commit is contained in:
parent
52fb542d7b
commit
ceb6297203
1 changed files with 9 additions and 0 deletions
|
@ -18,5 +18,14 @@
|
||||||
"soft"
|
"soft"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"/home/${config.sysusers.main}/Network/Prophet" = {
|
||||||
|
device = "mx.nixfox.ca:/storage";
|
||||||
|
fsType = "nfs4";
|
||||||
|
options = [
|
||||||
|
"noauto"
|
||||||
|
"soft"
|
||||||
|
"x-systemd.automount"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue