rename flake inputs nixpkgs-stable to nixpkgs_25-05
This commit is contained in:
parent
3214104811
commit
bafe0b7aa2
3 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
pkgs_25-05,
|
||||
config,
|
||||
secrets,
|
||||
...
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
services.firefox-syncserver = {
|
||||
enable = true;
|
||||
package = pkgs-stable.syncstorage-rs;
|
||||
package = pkgs_25-05.syncstorage-rs;
|
||||
secrets = config.age.secrets.roam-firefox-sync-secret.path;
|
||||
singleNode = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue