From da5b7e200ef0b5607d9a74e763dbc58df5666eb5 Mon Sep 17 00:00:00 2001 From: josiah Date: Mon, 20 Feb 2023 18:23:54 -0600 Subject: [PATCH] Disable sig detection until I fix deploy's broken shit. I think I can get this working again with a combo of trusted users + changing the user arg (not sshuser!!). Will revisit. --- nixos-configs/hosts/demiurge/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configs/hosts/demiurge/configuration.nix b/nixos-configs/hosts/demiurge/configuration.nix index 28480f5..2bf8d49 100644 --- a/nixos-configs/hosts/demiurge/configuration.nix +++ b/nixos-configs/hosts/demiurge/configuration.nix @@ -52,7 +52,7 @@ # Enable the X11 windowing system. # services.xserver.enable = true; - nix.settings.require-sigs = true; + nix.settings.require-sigs = false; # Configure keymap in X11 services.xserver.layout = "us";