From 1a890724d8c0612a5d3d31069617f159483c72c8 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 7 Jan 2026 10:44:07 -0600 Subject: [PATCH] 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"