mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 11:15:08 +01:00
chore: add CI and fix attic nixlet
This commit is contained in:
parent
94cd725a82
commit
203c487a0b
5 changed files with 486 additions and 8 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue