From 446115b4e3e34b7c7bf0ff9b5f01b0d3a22ce808 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:50:30 +0200 Subject: gotosocial secret --- nix/hosts/corrino/www/hydra.emile.space.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/hosts/corrino/www/hydra.emile.space.nix') diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index 1d1fa0a..1d167ce 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: let ports = import ../ports.nix; @@ -30,7 +30,6 @@ in { # Directory that holds Hydra garbage collector roots. gcRootsDir = "/nix/var/nix/gcroots/hydra"; - # a standalone hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/hosts buildMachinesFiles = []; # you will probably also want, otherwise *everything* will be built from scratch -- cgit 1.4.1