Slight tweaks to gitlab-runner
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user