mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fix file mod time discrepencies for local secrets repo
This commit is contained in:
parent
48263bc769
commit
98d5f73cc1
2 changed files with 10 additions and 6 deletions
15
flake.lock
generated
15
flake.lock
generated
|
@ -1141,14 +1141,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740835758,
|
"lastModified": 1740839257,
|
||||||
"narHash": "sha256-NZC9yaZtCrp3dXIXcHKyhKb4vhY2UIJZeQV50kWfCTw=",
|
"narHash": "sha256-rHEB0JnNyXJ1lvxUZZiRYV5elNil5hXO1792Fl807zc=",
|
||||||
"path": "/etc/nixos.secrets",
|
"ref": "refs/heads/main",
|
||||||
"type": "path"
|
"rev": "53406ca30dca3007caf57fdc940506e64f605f17",
|
||||||
|
"revCount": 20,
|
||||||
|
"type": "git",
|
||||||
|
"url": "file://path:/etc/nixos.secrets"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/etc/nixos.secrets",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "file://path:/etc/nixos.secrets"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylix": {
|
"stylix": {
|
||||||
|
|
|
@ -127,6 +127,7 @@
|
||||||
|
|
||||||
secrets = {
|
secrets = {
|
||||||
url = "path:/etc/nixos.secrets";
|
url = "path:/etc/nixos.secrets";
|
||||||
|
type = "git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue