From 5fc4b24fb567663375201d30b93ae09d4c88c40c Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Wed, 8 Jun 2022 05:48:18 +0200 Subject: [PATCH] helix substitution --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index bd99116..631a6f7 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,9 @@ allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ]; in { + nixConfig.extra-substituters = ["https://helix.cachix.org"]; + nixConfig.trusted-public-keys = "mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="; + homeConfigurations = mkHomes [ "laptop" "headless" ] { } // mkHomes [ "desktop" ] { username = "dan"; } // mkHomes [ "pvv-terminal" ] { username = "danio"; homeDirectory = "/home/pvv/d/danio"; };