From b4b43c72ec3f82db90a872dd1d1de2c9721fcb37 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 1 Jun 2026 19:30:44 +0200 Subject: Added arion-pkgs.nix into /etc so that arion doesnt complain --- hosts/herra/ai.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/herra') diff --git a/hosts/herra/ai.nix b/hosts/herra/ai.nix index 9ca7632..355d31f 100644 --- a/hosts/herra/ai.nix +++ b/hosts/herra/ai.nix @@ -29,6 +29,12 @@ environment.etc."arion/arion-compose.nix".source = ./arion-compose.nix; + environment.etc."arion/arion-pkgs.nix".text = '' + { pkgs ? import {} }: + { + } + ''; + systemd.services.odysseus = { wantedBy = ["multi-user.target"]; -- cgit v1.2.3