parent
97d17cc5ae
commit
3cce61c7b0
5 changed files with 2 additions and 2 deletions
devices/nas/modules/arion
|
@ -1,9 +0,0 @@
|
|||
{config, ...}: let
|
||||
inherit (config.sops) secrets;
|
||||
inherit (config.arion) rwDataDir;
|
||||
|
||||
rwPath = rwDataDir + "/projectName";
|
||||
in {
|
||||
arion.projects."projectName" = {
|
||||
};
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "some/image/name";
|
||||
imageDigest = "";
|
||||
sha256 = "";
|
||||
finalImageName = "";
|
||||
finalImageTag = "latest";
|
||||
}
|
|
@ -2,8 +2,6 @@
|
|||
configPath = "/var/lib/arion";
|
||||
in {
|
||||
imports = [
|
||||
../../../../modules/arion.nix
|
||||
|
||||
./forgejo/compose.nix
|
||||
./freshrss/compose.nix
|
||||
./gameyfin/compose.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue