Configure for two machines
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ ... }:
|
||||
{ hostname, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "stationette";
|
||||
hostName = hostname;
|
||||
networkmanager.enable = true;
|
||||
wireless = {
|
||||
iwd.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user