parent
e56ccb5a97
commit
d649c7cee5
6 changed files with 42 additions and 47 deletions
devices
nos/modules/arion/media
servivi/modules
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/linuxserver/calibre";
|
||||
imageDigest = "sha256:1175ad34511e6c8e82d7ce882123623433013bc2da9dee1c7d1c518996394443";
|
||||
sha256 = "0k2pgsg9b305lkyr1rzpaav8x080iyh2kcnhzv5969f0fd9d3mkf";
|
||||
imageDigest = "sha256:f0ea48698961325a542d00c3894e62f5aec405e1ca2736d6dedec9a0d2df4bbc";
|
||||
sha256 = "0vbnhidl1bxfkm5xidv577zk61yv92yjnxw86x20193mhkg5cxy1";
|
||||
finalImageName = "ghcr.io/linuxserver/calibre";
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/linuxserver/sabnzbd";
|
||||
imageDigest = "sha256:0c3a6644a21fc365c5a3ef44525e961e458f862e74852bf1828d35f478463566";
|
||||
sha256 = "1qxv8vg65ix4yiiwq9y0bxn9s3spd95vbj6slaw5rd1qrj1sn6zn";
|
||||
imageDigest = "sha256:8ee3019ca921f6c46294f2e363453fa41875d309c7e68028a73f8169eb35a691";
|
||||
sha256 = "02cdw87rgbnc8iryx2x02ccgybb7ic70mgia6dvsgds8l4xwz2nf";
|
||||
finalImageName = "ghcr.io/linuxserver/sabnzbd";
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/linuxserver/sonarr";
|
||||
imageDigest = "sha256:58fca88cafda8915f45b780124c767d5b63b7a1194d4781edc8c4b7fb0d6e9c3";
|
||||
sha256 = "0dzvqrd7c2ajzi404qm3ziar31hyy5kpvjimdy9gxlpdz8mcd5wk";
|
||||
imageDigest = "sha256:230ebe3521fbfc5fd7b30e169e3219953a132bdfcca88ef595360e1364e477e8";
|
||||
sha256 = "0bjpx1vbisfghqlikpyrp33af7c5wj3d546xqxgfl64bn4v0z0iw";
|
||||
finalImageName = "ghcr.io/linuxserver/sonarr";
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -34,11 +34,14 @@ in {
|
|||
Group = config.users.users.${mainUser}.group;
|
||||
};
|
||||
|
||||
path = with pkgs; [
|
||||
git
|
||||
nix-fast-buildPkg
|
||||
openssh
|
||||
];
|
||||
path =
|
||||
[
|
||||
nix-fast-buildPkg
|
||||
]
|
||||
++ (with pkgs; [
|
||||
git
|
||||
openssh
|
||||
]);
|
||||
|
||||
script = ''
|
||||
cd /tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue