Merge branch 'main' of github.com:DarkGuibrine/NixConfig

This commit is contained in:
2026-05-17 17:39:58 -03:00
9 changed files with 77 additions and 78 deletions
@@ -8,7 +8,10 @@
{
mods = {
<<<<<<< HEAD
#netbird.enable = true;
=======
>>>>>>> dd8334c9c024018cca7a75216d680779a606da8a
tailscale.enable = true;
flakePath = "/etc/nixos";
};
@@ -19,12 +22,11 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PermitRootLogin = "yes";
PasswordAuthentication = false;
};
};
boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 53;
"net.ipv6.conf.all.forwarding" = true;
@@ -35,11 +37,11 @@
virtualisation.docker = {
enable = true;
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "fd00:db8:1::/64";
ip6tables = true;
experimental = true;
};
ipv6 = true;
fixed-cidr-v6 = "fd00:db8:1::/64";
ip6tables = true;
experimental = true;
};
};
services.tailscale = {