home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0d985184c532d712004f1b780fcee25232044807
parent 0329238c926fc6603a94d0c28d0088b1be89ed8f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 14 Sep 2021 12:31:13 +0200

systems/aomi: enable smartd

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -129,6 +129,10 @@ in services = { syncthing.guiAddress = "${ip}:8384"; + smartd = { + enable = true; + devices = [{ device = "/dev/nvme0n1"; }]; + }; wireguard = { enable = true; ips = ips;