1
0

hosts/aluminium: Migrate secrets to sops

This commit is contained in:
2024-05-10 15:05:16 +02:00
parent a7b8569ed8
commit ba30850a81
4 changed files with 29 additions and 23 deletions

View File

@@ -9,8 +9,8 @@
enable = true;
ommIp = "10.42.132.2";
ommUser = "omm";
ommPasswordPath = config.age.secrets.fieldpoc-ommpassword.path;
sipsecretPath = config.age.secrets.fieldpoc-sipsecret.path;
ommPasswordPath = config.sops.secrets.fieldpoc-ommpassword.path;
sipsecretPath = config.sops.secrets.fieldpoc-sipsecret.path;
dhcp = {
enable = true;
interface = "enp3s0";