Throw kitty back in fuck it
This commit is contained in:
parent
8bb6498cfd
commit
d3529bbcdb
12 changed files with 138 additions and 37 deletions
8
hosts/kitty/filesystems/default.nix
Normal file
8
hosts/kitty/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