From b286c6796a3f03590b87decd13c6624ddbf5cdfa Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 5 Aug 2024 21:27:43 +0200 Subject: [PATCH] =?UTF-8?q?autosurfer=20=F0=9F=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/sigma/autosurfer.nix | 8 ++++++++ hosts/sigma/default.nix | 1 + 2 files changed, 9 insertions(+) create mode 100644 hosts/sigma/autosurfer.nix diff --git a/hosts/sigma/autosurfer.nix b/hosts/sigma/autosurfer.nix new file mode 100644 index 0000000..0a1cc8a --- /dev/null +++ b/hosts/sigma/autosurfer.nix @@ -0,0 +1,8 @@ +{...}: { + virtualisation.oci-containers.containers = { + autosurfer = { + # https://git.caspervk.net/caspervk/autosurfer + image = "quay.io/caspervk/autosurfer:latest"; + }; + }; +} diff --git a/hosts/sigma/default.nix b/hosts/sigma/default.nix index 8a9de2d..a2684a4 100644 --- a/hosts/sigma/default.nix +++ b/hosts/sigma/default.nix @@ -5,6 +5,7 @@ ../../modules/server ./acme.nix ./archiveteam-warrior.nix + ./autosurfer.nix ./borg.nix ./caddy.nix ./deluge.nix