Sops
This commit is contained in:
@@ -10,6 +10,7 @@ in{
|
||||
INFOMANIAK_API_KEY = { sopsFile = ./server.yaml; };
|
||||
} // (lib.genAttrs (map (name: "${lib.toUpper name}") allApps) (name: {
|
||||
owner = "postgres";
|
||||
mode = "0644";
|
||||
sopsFile = ./server.yaml;
|
||||
}));
|
||||
};
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
db = true;
|
||||
subdomain = "sso";
|
||||
ip = "10.88.0.125";
|
||||
port = 9000 ;
|
||||
port = 9000;
|
||||
pubPort = 9999;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user