6 lines
96 B
Nix
6 lines
96 B
Nix
{ pkgs, ... }@all: with all; {
|
|
sops.secrets = {
|
|
"nx2site/radicale/password" = { };
|
|
};
|
|
}
|