aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-14 19:56:22 +0000
committerKumar Damani <me@kumardamani.net>2026-09-14 19:56:22 +0000
commitb5699e240d3f7aa289d75c531a9ff5e26c4e3760 (patch)
treecbf90a217b1ed6bc627c6299e1602f58ae901524 /nix/flake.nix
parent4156ff5a73185bf49119733493eb6cd360b8795d (diff)
caldav config
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix9
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 = [