start set up for multi-location nixos flake
This commit is contained in:
parent
34dd2d5984
commit
1f937300ff
23 changed files with 26 additions and 12 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue