Add new Ranger shortcut and standardize mounts on Intuos
This commit is contained in:
parent
41b88911bc
commit
4ec991aae6
3 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/home/${config.sysusers.main}/Midas" = {
|
||||
fileSystems."/home/${config.sysusers.main}/Network/Midas" = {
|
||||
device = "11.0.0.1:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
fileSystems."/home/${config.sysusers.main}/Network/Kitty" = {
|
||||
device = "11.0.0.2:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue