Commit 0d985184c532
Changed files (1)
systems
hosts
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;