chore: add CI and fix attic nixlet

This commit is contained in:
technofab 2024-03-09 15:32:47 +01:00
parent 94cd725a82
commit 203c487a0b
5 changed files with 486 additions and 8 deletions

View file

@ -25,6 +25,16 @@ with lib; {
default = "latest";
};
};
service = utils.mkNestedOption {
port = mkOption {
type = types.int;
default = 5432;
};
type = mkOption {
type = types.str;
default = "ClusterIP";
};
};
configToml = mkOption {
type = types.str;
default = ''