chore: update flake and fix loptland

This commit is contained in:
Christoph Hollizeck 2025-10-31 01:08:41 +01:00
parent 2ccdcd230a
commit ec07075ddc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 44 additions and 43 deletions

View file

@ -21,6 +21,7 @@ in
nixpkgs.config.allowUnfree = true;
services.qemuGuest.enable = true;
# TODO: dunno why I need this packge
environment.systemPackages = [ pkgs.dconf ];
imports =

View file

@ -14,7 +14,7 @@
};
services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
package = pkgs.forgejo-runner;
instances = {
native = {
enable = true;