fixed ssh keys

This commit is contained in:
2023-11-19 03:36:55 +00:00
parent 3fc9a0399c
commit 1e6f9e4a04
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
outputs = { self, nixpkgs, nix-darwin, agenix, home-manager, ... }@inputs:
outputs = { self, nixpkgs, ... }@inputs:
let
globalModules = [
{