nixos: add dhcp server
This commit is contained in:
parent
2c690f2148
commit
99bdbd6b59
4 changed files with 87 additions and 26 deletions
|
@ -48,8 +48,8 @@
|
|||
services.openssh.enable = true;
|
||||
|
||||
vault-secrets = {
|
||||
vaultPrefix = "nixos/${config.networking.hostName}";
|
||||
vaultAddress = "http://10.42.42.6:8200/";
|
||||
vaultPrefix = "nixos";
|
||||
vaultAddress = "http://vault.olympus:8200/";
|
||||
approlePrefix = "olympus-${config.networking.hostName}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue