nix/misc/networking.nix

5 lines
92 B
Nix
Raw Normal View History

2024-07-04 01:14:24 +02:00
{ ... }:
{
networking.hostName = "krizej-pc";
networking.networkmanager.enable = true;
}