From d738bd03708b3bb260a0f86ab2519f016e6f435d Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 22 Aug 2024 11:43:59 -0400 Subject: [PATCH] Infini-DL360: accept flake config This has security implications. I am using it to force Hydra to actually allow Import From Derivation. --- hosts/Infini-DL360/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index d9afe2d..8b14a88 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -48,6 +48,8 @@ documentation.man.man-db.enable = false; + nix.settings.accept-flake-config = true; + networking = { firewall = { allowedUDPPorts = [ 80 443 ];