Small changes everywhere:
This commit is contained in:
parent
b777ae2cf9
commit
85ea82a9ac
11 changed files with 13 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/home/${config.sysusers.main}/MidasNFS" = {
|
||||
fileSystems."/home/${config.sysusers.main}/Midas" = {
|
||||
device = "10.100.0.1:/storage";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue