!BrOouUOucaGdxbaRca:nixos.org

NixOS Portuguese

338 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.org19 Servers

Load older messages


SenderMessageTime
27 Oct 2025
@telegram_97488386:t2bot.ioGALLY Demorei para ler isso aqui, mas enfim

Nix (ou cppnix para os enjoadinhos) é o interpretador da linguagem Nix, assim como o CPython é o interpretador de Python.

O NixOS é uma distribuição Linux, configurável via Nix.

Neste sentido, não existem distribuições de Nix, porque Nix não é um SO.

Pessoalmente eu não recomendo nenhuma porque nunca usei :)
13:52:45
@telegram_1388195442:t2bot.ioPedro QBmas vou te dizer, o MESA é bem melhor que o driver da AMD no Windows14:02:18
@telegram_1063077630:t2bot.io● Igor Café changed their profile picture.14:53:48
@telegram_319675691:t2bot.ioMarcos FonsecaDocker só roda com privilégios elevados, não usar sudo no comando é só um truque de conveniência18:29:12
@telegram_319675691:t2bot.ioMarcos FonsecaPelo que lembro docker depende de um daemon, agora se fosse podman...18:55:25
@telegram_319675691:t2bot.ioMarcos FonsecaRapaz, eu tava por fora19:00:57
@telegram_319675691:t2bot.ioMarcos FonsecaEm distro comum mesmo18:54:59
@telegram_319675691:t2bot.ioMarcos FonsecaVlw19:00:59
@telegram_319675691:t2bot.ioMarcos FonsecaDocker 100% sem root? Como é isso?18:54:44
@telegram_6562829664:t2bot.ioRatoncio Business changed their display name from Ratoncio Ratlock to Ratoncio Blogs.22:34:39
28 Oct 2025
@telegram_6562829664:t2bot.ioRatoncio Businesseasy00:09:41
@telegram_6562829664:t2bot.ioRatoncio Business
In reply to Marcos Fonseca
Rapaz, eu tava por fora
{ 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" ];
};
};
};
};
}
00:09:39
@telegram_319675691:t2bot.ioMarcos Fonseca
In reply to Ratoncio Blogs
{ 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" ];
};
};
};
};
}
vlw
00:52:58
@telegram_6562829664:t2bot.ioRatoncio Businesstelegram nego02:42:56
@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
@telegram_68827099:t2bot.ioPedroHLC1 em cada 8 comentários é útil12:14:07
@telegram_68827099:t2bot.ioPedroHLC1 em cada 20 é criticamente útil12:14:18
@telegram_68827099:t2bot.ioPedroHLCE eu gosto de olhar as sugestões de nitpicking dele também12:18:20
@telegram_68827099:t2bot.ioPedroHLCO pior é arquitetura e devops12:20:17
@telegram_68827099:t2bot.ioPedroHLCEle é bom também para dizer que vc esqueceu de variar alguma coisa num copy&paste da vida12:19:14
@telegram_68827099:t2bot.ioPedroHLCEssa porra gera um ruído triste12:13:37
@telegram_68827099:t2bot.ioPedroHLCA gente usa em todo PR do trampo, o ruído é bem bem triste, mas eu não desligaria ele por causa desses 1 em 20 que ele pega coisa que nenhum humano pegou e que derrubaria um castelo12:17:49
@telegram_8106166162:t2bot.ioFilipeGente15:04:44
@telegram_8106166162:t2bot.ioFilipeesse é o comando que eu usei15:05:43
@telegram_8106166162:t2bot.ioFilipe
### Installing NixOS ###
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '192.168.10.197' (ED25519) to the list of known hosts.
installing the boot loader...
setting up /etc...
Running in a chroot, enabling --graceful.
Created "/boot/EFI".
Created "/boot/EFI/systemd".
Created "/boot/EFI/BOOT".
Created "/boot/loader".
Created "/boot/loader/keys".
Created "/boot/loader/entries".
Created "/boot/EFI/Linux".
Copied "/nix/store/f8plklbbq3gwkq1wfq89i3f4wy8rabzn-systemd-258/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi".
Copied "/nix/store/f8plklbbq3gwkq1wfq89i3f4wy8rabzn-systemd-258/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI".
 Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! 
Random seed file '/boot/loader/.#bootctlrandom-seed20812cea5ae42bd7' is world accessible, which is a security hole!
Random seed file /boot/loader/random-seed successfully written (32 bytes).
Created EFI boot entry "Linux Boot Manager".
installation finished!
### Rebooting ###
15:06:29
@telegram_8106166162:t2bot.ioFilipewaiting for device /dev/disk/by-partlabel/disk-sda-root appear time out waiting15:05:14
@telegram_8106166162:t2bot.ioFilipe e aqui o disko:

{
  disko.devices = {
    disk.sda = {
      device = "/dev/sda"; 
      type = "disk";
      content = {
        type = "gpt";
        partitions = {
          boot = {
            size = "1G";
            type = "EF00";
            name = "boot"; 
            content = {
              type = "filesystem";
              format = "vfat";
              mountpoint = "/boot";
            };
          };

          root = {
            size = "100%";
            name = "root"; 
            content = {
              type = "btrfs";
              mountpoint = "/";
              extraArgs = ["-L" "nixos"]; 
              subvolumes = {
                "@root" = {mountpoint = "/";};
                "@home" = {mountpoint = "/home";};
                "@nix" = {mountpoint = "/nix";};
                "@log" = {mountpoint = "/var/log";};
                "@cache" = {mountpoint = "/var/cache";};
              };
            };
          };
        };
      };
    };
  };
}
15:06:06
@telegram_8106166162:t2bot.ioFilipealguem pode me dá um help no primeiro uso do nix anywhere?15:04:54

Show newer messages


Back to Room ListRoom Version: 9