!BrOouUOucaGdxbaRca:nixos.org

NixOS Portuguese

349 Members
Sala de Conversação sobre o ecossistema Nix em português. Ponteada com o grupo do Telegram: https://t.me/nixosbrasil/ Link Matrix: https://matrix.to/#/!BrOouUOucaGdxbaRca:nixos.org24 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
28 Oct 2025
@telegram_112793910:t2bot.ioHugo Ribeiroimage.jpeg
Download image.jpeg
02:29:18
@telegram_112793910:t2bot.ioHugo Ribeiro
In reply to Ratoncio Blogs
telegram nego
{ config, pkgs, ... }: {
  virtualisation = {
    docker = {
      enable = true;
      rootless = {
        enable = true;
        setSocketVariable = true;
        daemon.settings = {
          dns = [ "185.228.168.168" "185.228.169.168" ];
          registry-mirrors = [ "https://mirror.gcr.io" ];
        };
      };
    };
  };
}
04:12:15
@telegram_112793910:t2bot.ioHugo Ribeiro
In reply to Ratoncio Blogs
telegram nego
mas era so pelo meme mesmo,
por eu prefiro quase sem indentaçao alguma 😉

{
  virtualisation.docker.enable = true;
  virtualisation.docker.rootless.enable = true;
  virtualisation.docker.rootless.setSocketVariable = true;
  virtualisation.docker.rootless.daemon.settings = {
    dns = [ "185.228.168.168" "185.228.169.168" ];
    registry-mirrors = [ "https://mirror.gcr.io" ];
  }
}
04:19:56

Show newer messages


Back to Room ListRoom Version: 9