mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: hotfix serverle dns-settings
This commit is contained in:
parent
6cdaca8da6
commit
9eb4bc1e5e
2 changed files with 12 additions and 2 deletions
10
machines/thinkman/network.nix
Normal file
10
machines/thinkman/network.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# network settings
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
# hotfixes for dns settings
|
||||
networking.extraHosts = ''
|
||||
192.168.178.60 stunkymonkey.de
|
||||
192.168.178.60 movies.stunkymonkey.de
|
||||
192.168.178.60 series.stunkymonkey.de
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue