From d97549d7947fe5fa8f73db2fe18d33c0040817c3 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 19 Jan 2025 20:47:09 +0100 Subject: treefmt --- flake.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'flake.nix') 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 - - ./hosts/radicale - ./modules/server - ./modules/wg - ]; + 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 + ]; + }; }; }; - }; } -- cgit v1.3.1