From acd10f0eccfcb1fe15c80f2ee78884752c36ccab Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 9 Sep 2023 10:52:08 +0200 Subject: [PATCH] Cleanup flake whitespace --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a393d43..7d8576c 100644 --- a/flake.nix +++ b/flake.nix @@ -22,14 +22,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; }; - + outputs = { self, ... } @inputs : { nixosConfigurations = { pinwheel = let system = "x86_64-linux"; in inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs system; }; - modules = [ + modules = [ ./hosts/pinwheel/configuration.nix inputs.agenix.nixosModules.default inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-10th-gen