init: macmini nixos configuration.
This commit is contained in:
10
modules/system/networking.nix
Normal file
10
modules/system/networking.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "macmini";
|
||||
firewall.enable = false;
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user