From 72bed59aa6b48e29e8561bc6cb9acaf18d20e05b Mon Sep 17 00:00:00 2001 From: hektor Date: Thu, 7 May 2026 21:20:29 +0200 Subject: [PATCH] feat: enable 'ly' on andromache --- hosts/andromache/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/andromache/default.nix b/hosts/andromache/default.nix index f6fc1798..00c74ab1 100644 --- a/hosts/andromache/default.nix +++ b/hosts/andromache/default.nix @@ -57,6 +57,7 @@ in restic-backup.enable = true; tailscale.enable = true; + desktop.ly.enable = true; docker.enable = true;