summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index 77e0dd8..8f5ed17 100644
--- a/flake.nix
+++ b/flake.nix
@@ -113,18 +113,18 @@
];
};
- radicale = nixpkgs-stable.lib.nixosSystem {
- system = "x86_64-linux";
- specialArgs = { inherit inputs; };
- modules = [
- sops-nix.nixosModules.sops
- microvm.nixosModules.microvm
+ radicale = nixpkgs-stable.lib.nixosSystem {
+ system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
+ modules = [
+ sops-nix.nixosModules.sops
+ microvm.nixosModules.microvm
- ./hosts/radicale
- ./modules/server
- ./modules/wg
- ];
+ ./hosts/radicale
+ ./modules/server
+ ./modules/wg
+ ];
+ };
};
};
- };
}