diff --git a/flake.lock b/flake.lock index 8f18a2d..c075fad 100644 --- a/flake.lock +++ b/flake.lock @@ -260,11 +260,11 @@ ] }, "locked": { - "lastModified": 1715865404, - "narHash": "sha256-/GJvTdTpuDjNn84j82cU6bXztE0MSkdnTWClUCRub78=", + "lastModified": 1717285511, + "narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "8dc45382d5206bd292f9c2768b8058a8fd8311d9", + "rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8", "type": "github" }, "original": { @@ -593,11 +593,11 @@ ] }, "locked": { - "lastModified": 1717097707, - "narHash": "sha256-HC5vJ3oYsjwsCaSbkIPv80e4ebJpNvFKQTBOGlHvjLs=", + "lastModified": 1717316182, + "narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=", "owner": "nix-community", "repo": "home-manager", - "rev": "0eb314b4f0ba337e88123e0b1e57ef58346aafd9", + "rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af", "type": "github" }, "original": { @@ -667,11 +667,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1717151932, - "narHash": "sha256-MwAAjC9AXaxxmvTMkgZZvdWaE/d7AfVd0L1NZtciRbY=", + "lastModified": 1717267530, + "narHash": "sha256-hTpp0FFf2EcSsOqPxuOgZKYxyHhKRzjNrd4skt9rXRQ=", "ref": "refs/heads/main", - "rev": "df6ebe358b30ee7b49f296e05763e5e4b0edce98", - "revCount": 4751, + "rev": "0ebb43c1a37e7321e5ed7223ea85ed555cc82735", + "revCount": 4753, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -886,11 +886,11 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1717171539, - "narHash": "sha256-Sr7x7scl6VGOD/+74wyZaKF2asiidkG/9+Me5vmEy84=", + "lastModified": 1717311741, + "narHash": "sha256-iZbUT3oz+4sG+StUW+oApwK4eADQQOdkU/AWY5T/r0E=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "8d9517ad34e62b04744f1586838d4565939172b4", + "rev": "67e84c020323a28f33ad4498f022a7b2c67719ad", "type": "github" }, "original": { @@ -902,11 +902,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1717058786, - "narHash": "sha256-IuoPQ4AMGvSzo8IT4vFVO5rz6l4GMYxO6nLE0CjClzQ=", + "lastModified": 1717280958, + "narHash": "sha256-1k0brOQVt5idsf7WHPbig/ASgSl6pzFb2lyPYfFeo1U=", "owner": "neovim", "repo": "neovim", - "rev": "5c33815448e11b514678f39cecc74e68131d4628", + "rev": "05435a915a8446a8c2d824551fbea2dc1d7b5e98", "type": "github" }, "original": { @@ -1061,11 +1061,11 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1716941088, - "narHash": "sha256-GKSAGfLNocNTux33YT9GbEXwEewxepwFL+ViX1CrMCQ=", + "lastModified": 1717112898, + "narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6c25325ec30a566f5c0446ceee61ada081903872", + "rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0", "type": "github" }, "original": { @@ -1202,11 +1202,11 @@ "systems": "systems_12" }, "locked": { - "lastModified": 1717062974, - "narHash": "sha256-a80+Xng1xr6Wob/TAjHmqjL7o0//qzuRqrtAqEXbuv8=", + "lastModified": 1717237078, + "narHash": "sha256-ezfr+nQ0NHN2sEGMtc67to093ax19CHWPGOBHH4dOk0=", "owner": "raphamorim", "repo": "rio", - "rev": "ab699f86d3db1512285ea61fa2abed0a3b5e536f", + "rev": "ed882c8d1a560899b95d859d79cae138fb5de388", "type": "github" }, "original": { diff --git a/modules/nixos/services/gh/default.nix b/modules/nixos/services/gh/default.nix index fd9823d..a3f7b3c 100644 --- a/modules/nixos/services/gh/default.nix +++ b/modules/nixos/services/gh/default.nix @@ -9,7 +9,7 @@ with lib.custom; let cfg = config.services.gh; sec = config.age.secrets; - group = config.services.github-runner.pluto.runnerGroup; + group = config.services.github-runners.pluto.runnerGroup; in { options.services.gh = with types; { enable = mkBoolOpt false "Enable GitHub Actions Runner"; @@ -19,11 +19,10 @@ in { age.secrets = { github_runner = { file = ./sec/github_runner.age; - group = group; }; }; - services.github-runner.pluto = { + services.github-runners.pluto = { enable = true; url = "https://github.com/zackartz/nixos-dots"; tokenFile = sec.github_runner.path;