Compare commits
5 commits
bdfd61ea86
...
65b9888e90
| Author | SHA1 | Date | |
|---|---|---|---|
| 65b9888e90 | |||
| 778fe75aa2 | |||
| 0f9784e83c | |||
| 5e5c24c65a | |||
| 1f1e50f91b |
2 changed files with 50 additions and 0 deletions
|
|
@ -13,7 +13,9 @@
|
|||
./lldap.nix
|
||||
./vaultwarden.nix
|
||||
./radicale.nix
|
||||
./calDavToCsv.nix
|
||||
];
|
||||
services.calDavToCsv.enable = true;
|
||||
# Add flake support
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
|
|
|||
48
flake.lock
generated
Normal file
48
flake.lock
generated
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue