8 lines
123 B
Nix
8 lines
123 B
Nix
{
|
|
networking = {
|
|
hostName = "octopc-nix";
|
|
networkmanager.enable = true;
|
|
firewall.enable = true;
|
|
};
|
|
}
|