nixos-config/linux/comet/network.nix

8 lines
120 B
Nix
Raw Normal View History

2024-08-14 11:14:20 -07:00
{...}: {
2023-12-17 01:24:17 -08:00
networking = {
hostId = "3ddd2ad2";
nftables.enable = true;
};
2024-03-02 15:10:23 -08:00
services.openssh.enable = true;
2023-12-17 01:24:17 -08:00
}