helix substitution

This commit is contained in:
Daniel Lovbrotte Olsen 2022-06-08 05:48:18 +02:00
parent 73ab4defe5
commit 5fc4b24fb5
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@
allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ]; allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ];
in in
{ {
nixConfig.extra-substituters = ["https://helix.cachix.org"];
nixConfig.trusted-public-keys = "mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=";
homeConfigurations = mkHomes [ "laptop" "headless" ] { } homeConfigurations = mkHomes [ "laptop" "headless" ] { }
// mkHomes [ "desktop" ] { username = "dan"; } // mkHomes [ "desktop" ] { username = "dan"; }
// mkHomes [ "pvv-terminal" ] { username = "danio"; homeDirectory = "/home/pvv/d/danio"; }; // mkHomes [ "pvv-terminal" ] { username = "danio"; homeDirectory = "/home/pvv/d/danio"; };