chore: update flake and fix loptland
This commit is contained in:
parent
2ccdcd230a
commit
ec07075ddc
3 changed files with 44 additions and 43 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-actions-runner;
|
||||
package = pkgs.forgejo-runner;
|
||||
instances = {
|
||||
native = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue