🐛 fix clan update (with password-store)
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3h21m52s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3h21m52s
This commit is contained in:
parent
d1264e3b47
commit
cfe528a4ff
2 changed files with 5 additions and 4 deletions
|
@ -81,11 +81,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731998311,
|
||||
"narHash": "sha256-3z84vmmymP+NmSb60bMnce179jiH25gH8Bquq1JOJtU=",
|
||||
"lastModified": 1732311754,
|
||||
"narHash": "sha256-iwOnUIYlBPdWNoBa01v5khGsFtsogQuAviG8n7kPORA=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "6f5ba08118c2865456eabe5e28209bb9f23792c5",
|
||||
"revCount": 4742,
|
||||
"rev": "0261d5905303090b0300042a06ae417953958e7a",
|
||||
"revCount": 4841,
|
||||
"type": "git",
|
||||
"url": "https://git.clan.lol/clan/clan-core"
|
||||
},
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
nixpkgs.pkgs = meta.pkgs;
|
||||
nixpkgs.hostPlatform = meta.system;
|
||||
clan.core.facts.secretStore = "password-store";
|
||||
clan.core.vars.settings.secretStore = "password-store";
|
||||
|
||||
imports =
|
||||
modules
|
||||
|
|
Loading…
Reference in a new issue