ssh auth fix

This commit is contained in:
2024-04-26 23:44:35 +02:00
parent 9034e79cf4
commit 1f64cdebb6
4 changed files with 21 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
nixpkgs,
nixpkgs-unstable,
home-manager,
nixvim,
...
} @ inputs: let
inherit (self) outputs;
@@ -69,6 +70,9 @@
# Other options beside 'alejandra' include 'nixpkgs-fmt'
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
nixpkgs.overlays = [
nixvim.overlays.default
];
# Your custom packages and modifications, exported as overlays
overlays = import ./overlays {inherit inputs;};
# Reusable nixos modules you might want to export