12 lines
195 B
Nix
12 lines
195 B
Nix
_: {
|
|
services = {
|
|
vaultwarden = {
|
|
enable = true;
|
|
dbBackend = "postgresql";
|
|
config = {
|
|
# holy private thing
|
|
# im NOT sharing it here
|
|
};
|
|
};
|
|
};
|
|
}
|