added virtualisation with qemu and virt-manager
also moved virt-manager from home-manager to modules/virtualisation.nix because it doesnt work without qemu so may as well added user blue to group libvirtd
This commit is contained in:
parent
772518df4f
commit
8e4da9d06d
6 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,5 @@
|
|||
pciutils
|
||||
dmidecode
|
||||
nixd
|
||||
qemu
|
||||
];
|
||||
}
|
||||
|
|
6
modules/virtualisation.nix
Normal file
6
modules/virtualisation.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}:{
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue