add docker
This commit is contained in:
parent
273e97a4c0
commit
2ab5be5c43
1 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
users.users.cyryl = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" "docker" ];
|
||||
packages = with pkgs; [
|
||||
firefox chromium terminator zsh keepass fontconfig go nodejs unstable.rustup gcc gdb binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy gnome3.gnome-shell-extensions chrome-gnome-shell gnomeExtensions.clipboard-indicator gnomeExtensions.caffeine gnomeExtensions.no-title-bar unstable.gnomeExtensions.gsconnect unstable.appimage-run openjdk10 pdftk pdfshuffler gimp restic
|
||||
];
|
||||
|
@ -41,6 +41,11 @@ in
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
gnome3.chrome-gnome-shell.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue