fix file mod time discrepencies for local secrets repo

This commit is contained in:
Emmet
2025-03-02 12:19:02 -06:00
parent 48263bc769
commit 98d5f73cc1
2 changed files with 10 additions and 6 deletions

View File

@@ -127,6 +127,7 @@
secrets = {
url = "path:/etc/nixos.secrets";
type = "git";
inputs.nixpkgs.follows = "nixpkgs";
};
};