Compare commits

..

No commits in common. "136c3a2340b9b72d758e7e55509444fd83a1e837" and "218ef66c4e2d1c6c2b46353e91b7a9e69803f793" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -52,7 +52,6 @@
git.enable = true;
office.enable = true;
plasma.enable = true;
direnv.enable = true;
};
services = {
cups.enable = true;

View File

@ -47,11 +47,6 @@
hostname = "codeberg.org";
identityFile = "~/.ssh/codeberg_papatutuwawa";
};
"collaborating.tuhh.de" = {
user = "git";
hostname = "collaborating.tuhh.de";
identityFile = "~/.ssh/gitlab_tuhh";
};
};
};

View File

@ -8,7 +8,7 @@ in {
};
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu virt-manager ];
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu ];
services.spice-vdagentd.enable = true;
virtualisation.libvirtd = {