mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(dnsmasq): filter dynamic systems better
This commit is contained in:
parent
60e27b1b59
commit
66d60c7977
4 changed files with 8 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ _: {
|
|||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
access.online.enable = false;
|
||||
network.networks = {
|
||||
local = {
|
||||
fqdn = null;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ _: {
|
|||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
access.online.enable = false;
|
||||
network.networks = {
|
||||
local = {
|
||||
address4 = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue