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 = [ ... ];