Autogenderate XDG Dirs
This commit is contained in:
parent
28d611ae12
commit
87a53e364f
17 changed files with 126 additions and 258 deletions
11
hosts/jupiter/filesystems/default.nix
Normal file
11
hosts/jupiter/filesystems/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
fileSystems = {
|
||||
# Remote
|
||||
"/home/jimbo/JimboNFS" = {
|
||||
device = "10.100.0.1:/export/JimboNFS";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue