boot.loader.grub.device="/dev/sda";# or "nodev" for efi only
boot.kernel.sysctl={
"net.ipv6.conf.all.forwarding"=1;
"net.ipv4.ip_forward"=1;
};
networking.hostName="junk";# Define your hostname.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.