Split constants into separate lib file

This commit is contained in:
2023-11-02 13:41:50 +00:00
parent 0659809c22
commit 2dbc8b398b
30 changed files with 269 additions and 261 deletions

View File

@@ -15,7 +15,7 @@ in
experimental-features = nix-command flakes ca-derivations repl-flake
#substituters = https://nix-cache.nul.ie https://cache.nixos.org
substituters = https://cache.nixos.org
trusted-public-keys = ${concatStringsSep " " lib.my.nix.cacheKeys}
trusted-public-keys = ${concatStringsSep " " lib.my.c.nix.cacheKeys}
'');
INSTALLER_SSH_OPTS = "-i .keys/deploy.key";