Add libvirt
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
./fonts.nix
|
||||
./fwupd.nix
|
||||
./users.nix
|
||||
./libvirt.nix
|
||||
./services.nix
|
||||
./security.nix
|
||||
./git.nix
|
||||
|
@@ -12,7 +12,14 @@
|
||||
home = "/home/torjus";
|
||||
description = "Torjus";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "video" "gamemode" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"gamemode"
|
||||
"libvirtd"
|
||||
];
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
];
|
||||
|
Reference in New Issue
Block a user