mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Remove docker
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.dave = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
@@ -123,10 +123,6 @@ in
|
||||
# gcp
|
||||
google-cloud-sdk
|
||||
|
||||
# docker
|
||||
docker
|
||||
docker-compose
|
||||
|
||||
# nix
|
||||
cachix
|
||||
nix-diff
|
||||
@@ -166,8 +162,6 @@ in
|
||||
srv
|
||||
|
||||
# security
|
||||
amass
|
||||
yar
|
||||
yubikey-manager
|
||||
|
||||
] ++ lib.optionals stdenv.isLinux ([
|
||||
@@ -184,10 +178,11 @@ in
|
||||
guvcview
|
||||
kazam
|
||||
libreoffice
|
||||
linuxPackages.perf
|
||||
networkmanager-openvpn
|
||||
opensnitch
|
||||
opensnitch-ui
|
||||
linuxPackages.perf
|
||||
podman
|
||||
pulseeffects-pw
|
||||
qemu
|
||||
rtorrent
|
||||
|
Reference in New Issue
Block a user