diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 19:30:44 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 19:30:44 +0200 |
| commit | b4b43c72ec3f82db90a872dd1d1de2c9721fcb37 (patch) | |
| tree | fec259e995ef27d329dd620f96c1ea3be2b6d904 /hosts | |
| parent | c843bfd1e2a746895cb839ab1bedd41764b8e6ab (diff) | |
Added arion-pkgs.nix into /etc so that arion doesnt complain
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/herra/ai.nix | 6 |
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"]; |
