From 427202443865088546f790fbaebf46565627c2e9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 13:28:58 +0200 Subject: [PATCH] feat: remove nixconf-runner --- hosts/nuos/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index f4dc503..72436e0 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -170,15 +170,6 @@ tokenFile = config.age.secrets."secrets/token-flurry".path; url = "https://github.com/itepastra/flurry"; }; - nixconf-runner = { - enable = true; - extraPackages = with pkgs; [ - nixos-rebuild - ]; - name = "nixconf-runner"; - tokenFile = config.age.secrets."secrets/token-nixconf".path; - url = "https://github.com/itepastra/nixconf"; - }; }; openssh = { enable = true;