mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
helix substitution
This commit is contained in:
parent
73ab4defe5
commit
5fc4b24fb5
@ -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"; };
|
||||
|
Loading…
Reference in New Issue
Block a user