mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-23 20:30:52 +01:00
chore(profiles/networking): add useNetworkd
This commit is contained in:
parent
06c3c2ffbc
commit
e7e83d7ea9
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
networking.useNetworkd = true;
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.Name = config.machine.meta.defaultInterface;
|
||||
|
|
Loading…
Add table
Reference in a new issue