smartd adjustments

Not all my systems support smartd...
This commit is contained in:
Gene Liverman 2025-06-08 19:45:13 -04:00
parent c8eb12742f
commit 9f0baa6337
6 changed files with 5 additions and 1 deletions

View file

@ -82,6 +82,7 @@
pulse.enable = true; pulse.enable = true;
}; };
printing.enable = true; # Enable CUPS printing.enable = true; # Enable CUPS
smartd.enable = true;
xserver = { xserver = {
enable = true; enable = true;
xkb = { xkb = {

View file

@ -73,7 +73,6 @@
services = { services = {
openssh.enable = true; openssh.enable = true;
smartd.enable = true;
}; };
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];

View file

@ -68,6 +68,7 @@
"textfile" "textfile"
]; ];
}; };
smartd.enable = true;
}; };
sops = { sops = {

View file

@ -58,6 +58,7 @@
restic.backups.daily.paths = [ restic.backups.daily.paths = [
# "/storage/foo" # "/storage/foo"
]; ];
smartd.enable = true;
zfs.autoScrub.enable = true; zfs.autoScrub.enable = true;
}; };

View file

@ -522,6 +522,7 @@ in {
"/var/backup/postgresql" "/var/backup/postgresql"
"/var/lib/prometheus2" "/var/lib/prometheus2"
]; ];
smartd.enable = true;
syncthing = { syncthing = {
enable = true; enable = true;
dataDir = "/orico/syncthing"; dataDir = "/orico/syncthing";

View file

@ -121,6 +121,7 @@
irqbalance.enable = true; irqbalance.enable = true;
printing.enable = true; # Enable CUPS printing.enable = true; # Enable CUPS
resolved.enable = true; resolved.enable = true;
smartd.enable = true;
tailscale = { tailscale = {
enable = true; enable = true;
authKeyFile = config.sops.secrets.tailscale_key.path; authKeyFile = config.sops.secrets.tailscale_key.path;