fix podman no build other computer monkey brain big

This commit is contained in:
TheCrazyInsanity
2026-05-10 21:41:48 -04:00
parent 7b70909a16
commit 48dc241b0b
3 changed files with 5 additions and 2 deletions

View File

@@ -32,6 +32,8 @@
# Configure network connections interactively with nmcli or nmtui.
networking.networkmanager.enable = 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 = {
# enable = true;

View File

@@ -286,7 +286,8 @@
};
clock = {
format = "{:%Y-%m-%d %H:%M}";
"format" = "{:%I:%M %p}";
"format-alt" = "{:%d-%m-%Y}";
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
};
battery = {

View File

@@ -14,6 +14,6 @@
virtualisation.podman = {
enable = true;
dockerCompat = true;
enableNvidia = true;
# enableNvidia = true;
};
}