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

15
flake.lock generated
View File

@ -1141,14 +1141,17 @@
]
},
"locked": {
"lastModified": 1740835758,
"narHash": "sha256-NZC9yaZtCrp3dXIXcHKyhKb4vhY2UIJZeQV50kWfCTw=",
"path": "/etc/nixos.secrets",
"type": "path"
"lastModified": 1740839257,
"narHash": "sha256-rHEB0JnNyXJ1lvxUZZiRYV5elNil5hXO1792Fl807zc=",
"ref": "refs/heads/main",
"rev": "53406ca30dca3007caf57fdc940506e64f605f17",
"revCount": 20,
"type": "git",
"url": "file://path:/etc/nixos.secrets"
},
"original": {
"path": "/etc/nixos.secrets",
"type": "path"
"type": "git",
"url": "file://path:/etc/nixos.secrets"
}
},
"stylix": {

View File

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