From f3d27c2f33a36f14f5b1a49e1f9b78e7b83a2400 Mon Sep 17 00:00:00 2001 From: TheCrazyInsanity Date: Thu, 21 May 2026 21:32:45 -0400 Subject: [PATCH] fuck --- machines/homepc/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/machines/homepc/configuration.nix b/machines/homepc/configuration.nix index b2fa40d..a41ceba 100755 --- a/machines/homepc/configuration.nix +++ b/machines/homepc/configuration.nix @@ -32,7 +32,7 @@ # Configure network connections interactively with nmcli or nmtui. networking.networkmanager.enable = true; - virtualization.podman.enableNvidia = true; + # virtualization.podman.enableNvidia = true; # Only computer I own that can actually run ollama, and I don't want to make an ai folder. # services.ollama = { @@ -146,6 +146,14 @@ # useXkbConfig = true; # use xkb.options in tty. # }; + services.hermes-agent = { + enable = true; + # settings.model.default = "anthropic/claude-sonnet-4"; + environmentFiles = [ config.sops.secrets."hermes-env".path ]; + addToSystemPackages = true; + configFile = /etc/hermes/config.yaml; + }; + services.xserver.enable = true; # On anything else modern this should be false. # Configure keymap in X11