host/istal: update nixpkgs-unstable

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-29 20:09:18 +03:00
parent d2507eba34
commit 500ee7c2f7
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
4 changed files with 8 additions and 7 deletions

2
.envrc
View file

@ -1,2 +0,0 @@
# nix
use flake

View file

@ -342,11 +342,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1728979988,
"narHash": "sha256-GBJRnbFLDg0y7ridWJHAP4Nn7oss50/VNgqoXaf/RVk=",
"lastModified": 1732617236,
"narHash": "sha256-PYkz6U0bSEaEB1al7O1XsqVNeSNS+s3NVclJw7YC43w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7881fbfd2e3ed1dfa315fca889b2cfd94be39337",
"rev": "af51545ec9a44eadf3fe3547610a5cdd882bc34e",
"type": "github"
},
"original": {

View file

@ -16,7 +16,10 @@ in
enable = true;
name = "istal-docker";
url = "https://git.pleshevski.ru";
labels = [ ];
labels = [
"docker:docker://node:20-bullseye"
"ubuntu-22.04:docker://node:20-bullseye"
];
tokenFile = config.age.secrets.forgejo-runner-token-istal-docker.path;
settings = {
runner = {

View file

@ -40,7 +40,7 @@ in
})
(lib.mkIf (cfg.kernel == "stable") {
boot.kernelPackages = pkgs.unstable.linuxPackages_6_10;
boot.kernelPackages = pkgs.unstable.linuxPackages_6_12;
})
(lib.mkIf (cfg.kernel == "latest") {