mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
b4664210c7
commit
c6d44d28ce
@ -5,10 +5,10 @@
|
|||||||
# libvirt is a dependency of GNOME Boxes
|
# libvirt is a dependency of GNOME Boxes
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
extraGroups = [ "libvirtd" ];
|
extraGroups = [ "libvirtd" ];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
gnome.gnome-boxes # Virtual machines
|
gnome.gnome-boxes # Virtual machines
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user