refactor(arion): move around folders and change import

This commit is contained in:
matt1432 2024-02-29 17:00:13 -05:00
parent 97d17cc5ae
commit 3cce61c7b0
5 changed files with 2 additions and 2 deletions
devices/nas/modules/arion

View file

@ -1,9 +0,0 @@
{config, ...}: let
inherit (config.sops) secrets;
inherit (config.arion) rwDataDir;
rwPath = rwDataDir + "/projectName";
in {
arion.projects."projectName" = {
};
}

View file

@ -1,8 +0,0 @@
pkgs:
pkgs.dockerTools.pullImage {
imageName = "some/image/name";
imageDigest = "";
sha256 = "";
finalImageName = "";
finalImageTag = "latest";
}

View file

@ -2,8 +2,6 @@
configPath = "/var/lib/arion";
in {
imports = [
../../../../modules/arion.nix
./forgejo/compose.nix
./freshrss/compose.nix
./gameyfin/compose.nix