mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add back docker for work
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
users.users.dave = {
|
users.users.dave = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "libvirtd" ];
|
extraGroups = [ "docker" "wheel" "libvirtd" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
@@ -37,6 +37,11 @@ in
|
|||||||
starship
|
starship
|
||||||
tokei
|
tokei
|
||||||
|
|
||||||
|
# containers
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
podman
|
||||||
|
|
||||||
# language servers
|
# language servers
|
||||||
nodePackages.bash-language-server
|
nodePackages.bash-language-server
|
||||||
nodePackages.yaml-language-server
|
nodePackages.yaml-language-server
|
||||||
@@ -182,7 +187,6 @@ in
|
|||||||
opensnitch
|
opensnitch
|
||||||
opensnitch-ui
|
opensnitch-ui
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
podman
|
|
||||||
pulseeffects-pw
|
pulseeffects-pw
|
||||||
qemu
|
qemu
|
||||||
rtorrent
|
rtorrent
|
||||||
|
@@ -147,7 +147,6 @@ in
|
|||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
docker = "podman";
|
|
||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ls = "exa -la --git";
|
ls = "exa -la --git";
|
||||||
|
Reference in New Issue
Block a user