smartools setup on both systems
smart
This commit is contained in:
parent
331f650678
commit
ffab1e3226
@ -385,6 +385,7 @@ du-dust # rusty du
|
|||||||
trash-cli # oop! didn't meant to delete that
|
trash-cli # oop! didn't meant to delete that
|
||||||
unstable.eza # like ls but with colors
|
unstable.eza # like ls but with colors
|
||||||
rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS
|
rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS
|
||||||
|
smartmontools # check hard drie health
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** MY SCRIPTS
|
** MY SCRIPTS
|
||||||
@ -853,6 +854,7 @@ services = {
|
|||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
};
|
};
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
smartd.enable = true;
|
||||||
btrfs.autoScrub = {
|
btrfs.autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fileSystems = [
|
fileSystems = [
|
||||||
|
|||||||
@ -1017,6 +1017,7 @@ services = {
|
|||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
};
|
};
|
||||||
psd.enable = true;
|
psd.enable = true;
|
||||||
|
smartd.enable = true;
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
btrfs.autoScrub = {
|
btrfs.autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -1036,6 +1037,7 @@ services = {
|
|||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
|
GatewayPorts = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user