overlord/ nfs,smb
This commit is contained in:
parent
bf6e9e680e
commit
64d0ab2002
8 changed files with 186 additions and 3 deletions
|
|
@ -11,8 +11,15 @@
|
|||
../../modules/nixos/users/tulg.nix
|
||||
../../modules/servers/common.nix
|
||||
../../modules/servers/per-host/overlord/nixarr.nix
|
||||
../../modules/servers/per-host/overlord/share.nix
|
||||
];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
extraConfig = '' # used for less common options, intelligently combines if defined in multiple places.
|
||||
...
|
||||
'';
|
||||
};
|
||||
networking.hostName = "overlord";
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
boot.extraModulePackages = [];
|
||||
|
||||
fileSystems."/mnt/share" = {
|
||||
device = "192.168.1.200:/mnt/hdds/Main";
|
||||
device = "192.168.1.69:/export/share";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"_netdev"
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
"x-systemd.mount-timeout=10"
|
||||
"timeo=14"
|
||||
"x-systemd.idle-timeout=600"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue