remove radicale secret
This commit is contained in:
parent
8cc05e8e40
commit
ed1edba109
1 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -218,12 +218,12 @@
|
|||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
{
|
||||
age.secrets = {
|
||||
radicale-htpasswd = {
|
||||
file = ./secrets/radicale_htpasswd.age;
|
||||
owner = "radicale";
|
||||
group = "radicale";
|
||||
mode = "0400";
|
||||
};
|
||||
#radicale-htpasswd = {
|
||||
# file = ./secrets/radicale_htpasswd.age;
|
||||
# owner = "radicale";
|
||||
# group = "radicale";
|
||||
# mode = "0400";
|
||||
#};
|
||||
};
|
||||
}
|
||||
./hosts/dav
|
||||
|
|
|
|||
Loading…
Reference in a new issue