Configure for two machines

This commit is contained in:
2026-03-09 23:04:47 +00:00
parent cb2150362c
commit 95740b26bf
6 changed files with 55 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
{ ... }:
{ hostname, ... }:
{
networking = {
hostName = "stationette";
hostName = hostname;
networkmanager.enable = true;
wireless = {
iwd.enable = true;