system/network: replace hard-coded values with global vars
This commit is contained in:
parent
5acf11adca
commit
de6ea242c0
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
{config, ...}: {
|
||||
networking = {
|
||||
inherit (config.local.systemVars) hostName;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
|
|
Loading…
Add table
Reference in a new issue