nixos-config/linux/comet/network.nix

9 lines
123 B
Nix

{ ... }:
{
networking = {
hostId = "3ddd2ad2";
nftables.enable = true;
};
services.openssh.enable = true;
}