mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
smartd adjustments
Not all my systems support smartd...
This commit is contained in:
parent
c8eb12742f
commit
9f0baa6337
6 changed files with 5 additions and 1 deletions
|
|
@ -82,6 +82,7 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
printing.enable = true; # Enable CUPS
|
||||
smartd.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb = {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@
|
|||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
smartd.enable = true;
|
||||
};
|
||||
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
"textfile"
|
||||
];
|
||||
};
|
||||
smartd.enable = true;
|
||||
};
|
||||
|
||||
sops = {
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
restic.backups.daily.paths = [
|
||||
# "/storage/foo"
|
||||
];
|
||||
smartd.enable = true;
|
||||
zfs.autoScrub.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -522,6 +522,7 @@ in {
|
|||
"/var/backup/postgresql"
|
||||
"/var/lib/prometheus2"
|
||||
];
|
||||
smartd.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
dataDir = "/orico/syncthing";
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@
|
|||
irqbalance.enable = true;
|
||||
printing.enable = true; # Enable CUPS
|
||||
resolved.enable = true;
|
||||
smartd.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets.tailscale_key.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue