Compare commits
No commits in common. "2df5c203d5d903064b18756375e6d7bb10aba420" and "80799a986b6823ad7d8b216086bac08d7593e5f9" have entirely different histories.
2df5c203d5
...
80799a986b
3 changed files with 50 additions and 54 deletions
11
flake.lock
11
flake.lock
|
@ -613,16 +613,15 @@
|
||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712452625,
|
"lastModified": 1716772960,
|
||||||
"narHash": "sha256-30VCYDyEk2onSvf8BaXyI9IlgDNaUB6nbrmUZwbYuP0=",
|
"narHash": "sha256-cwrUFiul36bZSjp1tly4N/BF7utHXcIAbw7ppRXwSDo=",
|
||||||
"owner": "SoraTenshi",
|
"owner": "helix-editor",
|
||||||
"repo": "helix",
|
"repo": "helix",
|
||||||
"rev": "fca5a8c846ff225ecdd50d20ab5a5cd2739aa66c",
|
"rev": "730e684d1dca5736cca41ae336d56962a57b9cfe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "SoraTenshi",
|
"owner": "helix-editor",
|
||||||
"ref": "new-daily-driver",
|
|
||||||
"repo": "helix",
|
"repo": "helix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
attic.url = "github:zhaofengli/attic";
|
attic.url = "github:zhaofengli/attic";
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
yazi.url = "github:sxyazi/yazi";
|
yazi.url = "github:sxyazi/yazi";
|
||||||
helix.url = "github:SoraTenshi/helix/new-daily-driver";
|
helix.url = "github:helix-editor/helix";
|
||||||
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
atuin.url = "github:atuinsh/atuin";
|
atuin.url = "github:atuinsh/atuin";
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = [pkgs.redis-dump];
|
environment.systemPackages = [pkgs.redis-dump];
|
||||||
services.redis = {
|
services.redis.servers = {
|
||||||
package = pkgs.valkey;
|
|
||||||
servers = {
|
|
||||||
forgejo = {
|
forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
@ -52,5 +50,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue