aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/ai.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-01 19:30:44 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-01 19:30:44 +0200
commitb4b43c72ec3f82db90a872dd1d1de2c9721fcb37 (patch)
treefec259e995ef27d329dd620f96c1ea3be2b6d904 /hosts/herra/ai.nix
parentc843bfd1e2a746895cb839ab1bedd41764b8e6ab (diff)
Added arion-pkgs.nix into /etc so that arion doesnt complain
Diffstat (limited to 'hosts/herra/ai.nix')
-rw-r--r--hosts/herra/ai.nix6
1 files changed, 6 insertions, 0 deletions
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 <nixpkgs> {} }:
+ {
+ }
+ '';
+
systemd.services.odysseus = {
wantedBy = ["multi-user.target"];