use variable
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-10 14:26:53 +02:00
parent 8d983f674c
commit 9b0f141a3c

View File

@ -1,6 +1,6 @@
{ lib, ... }: { lib, host, ... }:
{ {
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;
networking.hostName = "computer-mo"; networking.hostName = host;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
} }