Compare commits

...

3 Commits

3 changed files with 7 additions and 1 deletions

View File

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

View File

@ -47,6 +47,11 @@
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 ];
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu virt-manager ];
services.spice-vdagentd.enable = true;
virtualisation.libvirtd = {