nixos-config/linux/comet/network.nix

7 lines
120 B
Nix

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