moved systemPackages for virtualisation and thunderbolt to extra-services and extra-hardware.

This commit is contained in:
2022-10-19 11:50:02 +02:00
parent 1d951f3633
commit 4db3d467c1
3 changed files with 13 additions and 12 deletions

View File

@@ -15,6 +15,13 @@ programs.dconf.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
virt-manager
qemu
docker-compose
];
###### Yubikey service #####
services.pcscd.enable = true;