From 44db2cd12a72eadef73d88fa695f60d6ac8a27a7 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 20 Jul 2024 12:27:51 +0100 Subject: [PATCH] add restic and gotosocial to profile imports --- hosts/hetzner-arm/hetzner-arm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hetzner-arm/hetzner-arm.nix b/hosts/hetzner-arm/hetzner-arm.nix index 01700f0..1586c14 100644 --- a/hosts/hetzner-arm/hetzner-arm.nix +++ b/hosts/hetzner-arm/hetzner-arm.nix @@ -31,6 +31,8 @@ in { ] (name: ./containers + "/${name}")) ++ (with hosts.hetzner-arm.profiles; [ staticSites + gotosocial + restic ]); # TODO: environment.noXlibs = true;