loki | enable kvm and gnome-boxes
This commit is contained in:
parent
840e11b468
commit
38a650124c
2 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
|
../workstation/kvm.nix
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
../wm
|
../wm
|
||||||
|
|
|
||||||
5
hosts/workstation/kvm.nix
Normal file
5
hosts/workstation/kvm.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, inputs, ... }:
|
||||||
|
{
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
home.packages = with pkgs; [ gnome.gnome-boxes ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue