mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add user to docker; add dnsmasq
This commit is contained in:
parent
bb82fa288a
commit
1503139410
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ networking = {
|
|||
isNormalUser = true;
|
||||
description = "user";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu" "qemu-kvm" "vo" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu" "qemu-kvm" "vo" "docker" ];
|
||||
packages = with pkgs; [
|
||||
kate
|
||||
vim
|
||||
|
@ -170,6 +170,7 @@ networking = {
|
|||
virt-viewer
|
||||
virt-manager
|
||||
OVMF
|
||||
dnsmasq
|
||||
];
|
||||
};
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue