Add Tablet
This commit is contained in:
parent
380393b423
commit
fa8299ee29
11 changed files with 150 additions and 1 deletions
8
hosts/intuos/filesystems/default.nix
Normal file
8
hosts/intuos/filesystems/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/home/${config.sysusers.main}/Midas" = {
|
||||
device = "${config.ips.server}:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue