diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-14 19:56:22 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-14 19:56:22 +0000 |
| commit | b5699e240d3f7aa289d75c531a9ff5e26c4e3760 (patch) | |
| tree | cbf90a217b1ed6bc627c6299e1602f58ae901524 /nix/flake.nix | |
| parent | 4156ff5a73185bf49119733493eb6cd360b8795d (diff) | |
caldav config
Diffstat (limited to 'nix/flake.nix')
| -rw-r--r-- | nix/flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 72c53d3..3e4be37 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -18,6 +18,15 @@ ]; }; + "caldav" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./per-host/base/configuration.nix + ./per-host/caldav/configuration.nix + sops-nix.nixosModules.sops + ]; + }; + "git" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ |
