This commit is contained in:
Stuce 2025-11-16 14:14:24 +01:00
parent 0f9784e83c
commit 778fe75aa2
3 changed files with 14 additions and 11 deletions

View file

@ -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.

8
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1763292373,
"narHash": "sha256-GfhXGH86SUBUbssH4N/0qdCMeCiIHJ7qVLyydoi1d/s=",
"lastModified": 1763298643,
"narHash": "sha256-oFfWpSGnCtLVGUdOzpLExKLIA3Y7UXXGkAot7Ve3mXk=",
"ref": "refs/heads/main",
"rev": "3efe1dad0ca6371329d74342b0b5365518d281f1",
"revCount": 9,
"rev": "0979838bf8d869c24957d32e1bae2fc30fa9be20",
"revCount": 11,
"type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV"
},

View file

@ -4,10 +4,10 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
# nvf = {
# url = "github:notashelf/nvf";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# home-manager = {
# url = "github:nix-community/home-manager";
@ -21,14 +21,15 @@
outputs = { self, nixpkgs,
# home-manager,
nvf, calDavToCsv, ... }: {
# nvf,
calDavToCsv, ... }: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = nixpkgs;
modules = [
./configuration.nix
nvf.nixosModules.default
calDavToCsv.nixosModules.default
# nvf.nixosModules.default
calDavToCsv.nixosModules.calDAVtoCSV
# home-manager.nixosModules.home-manager
# {
# home-manager.useGlobalPkgs = true;