host sid is now nameserver
This commit is contained in:
parent
d806a3cd5e
commit
91db9e4626
3 changed files with 9 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ constants, ... }:
|
||||
|
||||
{
|
||||
networking.networkmanager.ensureProfiles.profiles = {
|
||||
nameservers = [ constants.hosts.sid.ip ];
|
||||
enp34s0-profile = {
|
||||
connection = {
|
||||
id = "enp34s0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue