Merge branch 'main' of ssh://git.berlin.ccc.de/xengi/infra

This commit is contained in:
XenGi 2026-07-31 11:13:18 +02:00
commit 953d23f1d6
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
3 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -68,11 +68,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1780203844,
"narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=",
"lastModified": 1784432872,
"narHash": "sha256-n3gKTBIV4ZA5VQpUakffBe3KGu4+mhPoA34rrqS0GkA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4",
"rev": "fd1462031fdee08f65fd0b4c6b64e22239a77870",
"type": "github"
},
"original": {

View file

@ -112,9 +112,9 @@
};
caldav-export-config = {
file = ./secrets/caldav-export-config.age;
owner = "nobody";
group = "nobody";
mode = "0400";
owner = "root";
group = "root";
mode = "0440";
};
};
}

Binary file not shown.