mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added Docker on workstation and android-studio
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ currentSystemUser, ... }:
|
||||
{
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.dockerCompat = true;
|
||||
# virtualisation.podman.enable = true;
|
||||
# virtualisation.podman.dockerCompat = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
users.groups.libvirtd.members = ["${currentSystemUser}"];
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
users.users.${currentSystemUser} = {
|
||||
isNormalUser = true;
|
||||
description = "Patrick Canal";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
|
||||
@@ -15,9 +15,11 @@
|
||||
jq
|
||||
killall
|
||||
krabby
|
||||
libreoffice
|
||||
md2pdf
|
||||
nmap
|
||||
nodejs
|
||||
openvpn
|
||||
podman-compose
|
||||
python3
|
||||
ripgrep
|
||||
@@ -42,6 +44,7 @@
|
||||
vulkan-tools
|
||||
|
||||
# GUI applications
|
||||
android-studio
|
||||
baobab
|
||||
firefox
|
||||
gnome-boxes
|
||||
|
||||
Reference in New Issue
Block a user