Slight tweaks to gitlab-runner

This commit is contained in:
Greg Hellings
2025-08-18 02:04:06 -05:00
parent 81c26f25c0
commit 4ff64df35c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@
nixtest = "nixpkgs-review rev HEAD";
nixup = "nix flake lock update";
nixcopy = "nix copy --to \"s3://binary-cache/?profile=default&endpoint=nas.home%3A9000&scheme=http\"";
r = "run0";
s = "nix run \".#runserver\"";
updateScript = "nix-shell maintainers/scripts/update.nix --argstr package";
+2 -1
View File
@@ -51,7 +51,7 @@ in
virtualisation = {
libvirtd = {
enable = true;
enable = lib.mkDefault true;
allowedBridges = [
"br0"
"virbr0"
@@ -67,6 +67,7 @@ in
users.extraGroups.vboxusers.members = [ "greg" ];
virtualisation = {
libvirtd.enable = false;
virtualbox.host = {
enable = true;
enableExtensionPack = true;