add voyager

This commit is contained in:
2026-07-06 22:24:28 +02:00
parent 925eb72c53
commit f87ba26c5e
9 changed files with 65 additions and 26 deletions
+7 -7
View File
@@ -2,12 +2,12 @@ _:
{
boot = {
loader = {
systemd-boot = {
enable = true;
};
efi = {
canTouchEfiVariables = true;
};
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
};
}