Compare commits

..

5 commits

Author SHA1 Message Date
65b9888e90 . 2025-11-16 14:32:42 +01:00
778fe75aa2 . 2025-11-16 14:14:24 +01:00
0f9784e83c . 2025-11-16 12:27:15 +01:00
5e5c24c65a . 2025-11-16 12:12:00 +01:00
1f1e50f91b . 2025-11-16 11:56:16 +01:00
2 changed files with 50 additions and 0 deletions

View file

@ -13,7 +13,9 @@
./lldap.nix ./lldap.nix
./vaultwarden.nix ./vaultwarden.nix
./radicale.nix ./radicale.nix
./calDavToCsv.nix
]; ];
services.calDavToCsv.enable = true;
# Add flake support # Add flake support
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.

48
flake.lock generated Normal file
View file

@ -0,0 +1,48 @@
{
"nodes": {
"calDavToCsv": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1763298643,
"narHash": "sha256-oFfWpSGnCtLVGUdOzpLExKLIA3Y7UXXGkAot7Ve3mXk=",
"ref": "refs/heads/main",
"rev": "0979838bf8d869c24957d32e1bae2fc30fa9be20",
"revCount": 11,
"type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV"
},
"original": {
"type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1763049705,
"narHash": "sha256-A5LS0AJZ1yDPTa2fHxufZN++n8MCmtgrJDtxFxrH4S8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3acb677ea67d4c6218f33de0db0955f116b7588c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"calDavToCsv": "calDavToCsv",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}