Compare commits

...

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@ -130,9 +130,15 @@
# Waydroid Android Emulation
virtualisation.waydroid.enable = true;
# Docker for development
virtualisation.docker.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# Purely for the tooling
postgresql
nvtopPackages.amd
wl-clipboard

View File

@ -109,7 +109,7 @@
users.users.cspark = {
isNormalUser = true;
description = "Curt Spark";
extraGroups = [ "plugdev" "networkmanager" "wheel" "libvirtd" "libvirt" "kvm" "input" ];
extraGroups = [ "plugdev" "networkmanager" "wheel" "libvirtd" "libvirt" "kvm" "input" "docker" ];
};
# Allow unfree packages