refactor: move services/open-webui.nix to services/llm.nix

This commit is contained in:
Felix Schröter 2025-07-21 20:54:19 +02:00
parent 07ba36b543
commit 2daf2e5c58
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 2 additions and 2 deletions
hosts
cmdframe
home-pc
services

View file

@ -13,7 +13,7 @@
../../virtualisation/podman.nix
../../virtualisation/libvirt.nix
../../modules/systemdNotify.nix
../../services/open-webui.nix
../../services/llm.nix
inputs.seven-modules.nixosModules.seven
];

View file

@ -20,7 +20,7 @@
../../services/samba/home-pc.nix
../../services/restic/home-pc.nix
../../services/pcscd.nix
../../services/open-webui.nix
../../services/llm.nix
inputs.seven-modules.nixosModules.seven
];