server fix
This commit is contained in:
parent
7d6807e0a6
commit
d2516d242d
1 changed files with 3 additions and 2 deletions
|
|
@ -124,13 +124,13 @@ in {
|
|||
fileSystems."/mnt/latoure-data" = {
|
||||
device = "latoure.local:/data";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
|
||||
options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/latoure-data1" = {
|
||||
device = "latoure.local:/data1";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
|
||||
options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
@ -167,6 +167,7 @@ in {
|
|||
xmrig
|
||||
tmux
|
||||
nfs-utils
|
||||
ranger
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue