system/network: replace hard-coded values with global vars

This commit is contained in:
Anthony Rodriguez 2024-12-18 09:24:59 +01:00
parent 5acf11adca
commit de6ea242c0
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,5 +1,6 @@
{
{config, ...}: {
networking = {
inherit (config.local.systemVars) hostName;
networkmanager = {
enable = true;
dns = "systemd-resolved";