From 127acfdd8a1e492333a1538471c3824a024ced3e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 15:52:44 +0000 Subject: [PATCH] Add services --- machines/talos/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 6966412..f4b8770 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -86,7 +86,10 @@ python3 ]; - programs.zsh.enable = true; + programs = { + zsh.enable = true; + flashrom.enable = true; + }; # Enable the OpenSSH daemon. services = { @@ -100,6 +103,7 @@ upower.enable = true; thermald.enable = true; fwupd.enable = true; + smartd.enable = true; }; networking.firewall.enable = true;