aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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"];