diff --git a/configuration.nix b/configuration.nix index 7855b3f..ede61d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,9 +13,7 @@ ./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. diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 6c214fd..0000000 --- a/flake.lock +++ /dev/null @@ -1,48 +0,0 @@ -{ - "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 -}