Use Stow on generic distros also
This commit is contained in:
parent
66502988ef
commit
161c11c23a
5 changed files with 25 additions and 16 deletions
|
@ -12,7 +12,17 @@
|
|||
|
||||
# Network mounts
|
||||
"/home/${config.sysusers.main}/Network/Midas" = {
|
||||
device = "sv.nixfox.ca:/storage";
|
||||
device = "10.2.0.1:/storage";
|
||||
fsType = "nfs4";
|
||||
options = [
|
||||
"noatime"
|
||||
"noauto"
|
||||
"soft"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
};
|
||||
"/home/${config.sysusers.main}/Network/Kitty" = {
|
||||
device = "10.2.0.2:/storage/bun";
|
||||
fsType = "nfs4";
|
||||
options = [
|
||||
"noatime"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue