nixos/ncps: Allow postgres as a lock.backend option
This commit is contained in:
@@ -237,10 +237,12 @@ in
|
||||
type = lib.types.enum [
|
||||
"local"
|
||||
"redis"
|
||||
"postgres"
|
||||
];
|
||||
default = "local";
|
||||
description = ''
|
||||
Lock backend to use: 'local' (single instance), 'redis' (distributed).
|
||||
Lock backend to use: 'local' (single instance), 'redis'
|
||||
(distributed), or 'postgres' (distributed, requires PostgreSQL).
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user