refactor(arion): move around folders and change import
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
97d17cc5ae
commit
3cce61c7b0
5 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,8 @@
|
|||
nur.nixosModules.nur
|
||||
nh.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
|
||||
../modules/arion
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
configPath = "/var/lib/arion";
|
||||
in {
|
||||
imports = [
|
||||
../../../../modules/arion.nix
|
||||
|
||||
./forgejo/compose.nix
|
||||
./freshrss/compose.nix
|
||||
./gameyfin/compose.nix
|
||||
|
|
Loading…
Reference in a new issue