Compare commits
No commits in common. "136c3a2340b9b72d758e7e55509444fd83a1e837" and "218ef66c4e2d1c6c2b46353e91b7a9e69803f793" have entirely different histories.
136c3a2340
...
218ef66c4e
@ -52,7 +52,6 @@
|
||||
git.enable = true;
|
||||
office.enable = true;
|
||||
plasma.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
services = {
|
||||
cups.enable = true;
|
||||
|
@ -47,11 +47,6 @@
|
||||
hostname = "codeberg.org";
|
||||
identityFile = "~/.ssh/codeberg_papatutuwawa";
|
||||
};
|
||||
"collaborating.tuhh.de" = {
|
||||
user = "git";
|
||||
hostname = "collaborating.tuhh.de";
|
||||
identityFile = "~/.ssh/gitlab_tuhh";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user