mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
nix-eval move to lessen secrets in store
This commit is contained in:
parent
2e7495ef2e
commit
e2752d1926
3 changed files with 4 additions and 5 deletions
|
|
@ -53,8 +53,7 @@ in {
|
|||
}) config.deploy.profiles);
|
||||
deploy.groups = [ "all" ];
|
||||
|
||||
system.build.deployScript =
|
||||
pkgs.writeScript "deploy-${config.networking.hostName}" ''
|
||||
system.build.deployScript = ''
|
||||
#!${pkgs.runtimeShell}
|
||||
set -xeo pipefail
|
||||
export PATH=${with pkgs; lib.makeBinPath [ coreutils openssh nix ]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue