added virt (stop building niri)
This commit is contained in:
parent
cdde360341
commit
cecddb9034
2 changed files with 8 additions and 2 deletions
|
@ -5,10 +5,11 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
./fonts.nix
|
|
||||||
./docker.nix
|
./docker.nix
|
||||||
|
./fonts.nix
|
||||||
|
./virt.nix
|
||||||
./gnome
|
./gnome
|
||||||
./niri
|
# ./niri
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow packages from nixpkgs
|
# Allow packages from nixpkgs
|
||||||
|
|
5
modules/system/virt.nix
Normal file
5
modules/system/virt.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }: {
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
users.users.twoneis.extraGroups = [ "libvirtd" ];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue