From df1073ecb2c42eae043ab69a0b250caeea24731c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 23 Aug 2021 13:30:46 +0200 Subject: Add gitlab-runner to majestix --- host/majestix.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'host/majestix.nix') diff --git a/host/majestix.nix b/host/majestix.nix index 23cac16..f67d1b6 100644 --- a/host/majestix.nix +++ b/host/majestix.nix @@ -4,6 +4,7 @@ imports = [ ./hardware/majestix.nix ./software/desktop + ./software/server/runner.nix ]; boot = { @@ -27,7 +28,11 @@ networkmanager.enable = true; }; - users.extraUsers.common.extraGroups = [ "networkmanager" ]; + virtualisation.libvirtd.enable = true; + programs.dconf.enable = true; + environment.systemPackages = with pkgs; [ virt-manager ]; + + users.extraUsers.common.extraGroups = [ "networkmanager" "libvirtd" ]; services = { acpid.enable = true; -- cgit v1.2.3