From cc7041c167c5973aa853148eda1eab419bea3769 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 7 Jan 2026 09:38:31 -0600 Subject: [PATCH 1/2] add opus 4.5 to copilot --- hosts/h001/mods/litellm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/h001/mods/litellm.nix b/hosts/h001/mods/litellm.nix index 33b87159..4477f37b 100644 --- a/hosts/h001/mods/litellm.nix +++ b/hosts/h001/mods/litellm.nix @@ -78,6 +78,7 @@ in }) # List from https://github.com/settings/copilot/features enabled models [ + "claude-opus-4.5" "claude-sonnet-3.5" "claude-sonnet-4" "claude-sonnet-4.5" From 1a890724d8c0612a5d3d31069617f159483c72c8 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 7 Jan 2026 10:44:07 -0600 Subject: [PATCH 2/2] update impermanence include opencode --- hosts/juni/hardware-mounts.nix | 2 +- hosts/juni/impermanence.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/juni/hardware-mounts.nix b/hosts/juni/hardware-mounts.nix index ba86146f..4b933bf1 100644 --- a/hosts/juni/hardware-mounts.nix +++ b/hosts/juni/hardware-mounts.nix @@ -14,7 +14,7 @@ let IMPERMANENCE = true; ENCRYPTED = true; - USB_KEY = "/dev/disk/by-uuid/ea3e20f6-c7f2-407c-b9a2-00b4ac000178"; + USB_KEY = null; primaryDeviceUnit = "${utils.escapeSystemdPath PRIMARY}.device"; in diff --git a/hosts/juni/impermanence.nix b/hosts/juni/impermanence.nix index a0203519..58ee7967 100644 --- a/hosts/juni/impermanence.nix +++ b/hosts/juni/impermanence.nix @@ -48,6 +48,8 @@ ".local/share/zoxide" + ".config/opencode" + # KDE ".config/kdeconnect"