From e40f488757085db5e0bb13f27980865183074082 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 7 Feb 2020 18:36:30 +0100 Subject: [PATCH] added docker and jmtpfs (android per usb) --- nixos/configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1734bae..4ac43d9 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -86,8 +86,10 @@ unzip gzip htop nload firefox ghc vlc gcc python3 fish git file ripgrep os-prober vscode thunderbird mate.atril xorg.xbacklight gnupg lxqt.pavucontrol-qt - inkscape xorg.xrandr redshift tree - exfat-utils fuse_exfat flameshot ntfs3g + inkscape xorg.xrandr redshift tree flameshot + # file system utils + exfat-utils fuse_exfat ntfs3g + jmtpfs # android (texlive.combine { inherit(texlive) scheme-full; }) @@ -164,6 +166,10 @@ path = with pkgs; [ flameshot ]; }; + + # Docker + virtualisation.docker.enable = true; + # Open ports in the firewall. networking.firewall.allowedTCPPortRanges = [ {from= 4000; to= 5000;} ]; # networking.firewall.allowedUDPPorts = [ ... ];