diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | modules/users.nix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ { inherit nixosModules nixosConfigurations overlays; - formatter = forAllSystems (system: nixpkgsFor.${system}.nixfmt-rfc-style); + formatter = forAllSystems (system: nixpkgsFor.${system}.nixfmt); packages = forAllSystems ( system: let diff --git a/modules/users.nix b/modules/users.nix index ea08528..414b6bd 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -45,7 +45,7 @@ in # nix debugging nil nix-search-cli - nixpkgs-fmt + nixfmt ]; openssh.authorizedKeys.keys = attrValues keys; |
