Compare commits
3 Commits
218ef66c4e
...
136c3a2340
Author | SHA1 | Date | |
---|---|---|---|
136c3a2340 | |||
695b96ecfe | |||
4c82f65024 |
@ -52,6 +52,7 @@
|
|||||||
git.enable = true;
|
git.enable = true;
|
||||||
office.enable = true;
|
office.enable = true;
|
||||||
plasma.enable = true;
|
plasma.enable = true;
|
||||||
|
direnv.enable = true;
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
cups.enable = true;
|
cups.enable = true;
|
||||||
|
@ -47,6 +47,11 @@
|
|||||||
hostname = "codeberg.org";
|
hostname = "codeberg.org";
|
||||||
identityFile = "~/.ssh/codeberg_papatutuwawa";
|
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 {
|
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;
|
services.spice-vdagentd.enable = true;
|
||||||
|
|
||||||
virtualisation.libvirtd = {
|
virtualisation.libvirtd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user