fuck
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
# Configure network connections interactively with nmcli or nmtui.
|
# Configure network connections interactively with nmcli or nmtui.
|
||||||
networking.networkmanager.enable = true;
|
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.
|
# Only computer I own that can actually run ollama, and I don't want to make an ai folder.
|
||||||
# services.ollama = {
|
# services.ollama = {
|
||||||
@@ -146,6 +146,14 @@
|
|||||||
# useXkbConfig = true; # use xkb.options in tty.
|
# 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.
|
services.xserver.enable = true; # On anything else modern this should be false.
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
|
|||||||
Reference in New Issue
Block a user