start set up for multi-location nixos flake
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Vivian 2022-07-30 22:16:44 +02:00
parent 34dd2d5984
commit 1f937300ff
23 changed files with 26 additions and 12 deletions

View file

@ -40,7 +40,7 @@
};
optimise = {
automatic = true;
dates = "weekly";
dates = [ "weekly" ];
};
extraOptions = ''
experimental-features = nix-command flakes
@ -63,6 +63,7 @@
permitRootLogin = "no";
};
# TODO: Location dependent
vault-secrets = {
vaultPrefix = "secrets/nixos";
vaultAddress = "http://vault.olympus:8200/";