mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: change sire ip to .2 and adguardhome to .3
This commit is contained in:
parent
4dec7027fa
commit
1467560525
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
boot.initrd.systemd.network = {
|
||||
enable = true;
|
||||
networks."10-lan" = {
|
||||
address = ["192.168.1.2"];
|
||||
address = ["192.168.1.2/24"];
|
||||
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.lan.mac;
|
||||
networkConfig = {
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
|
@ -41,7 +41,7 @@
|
|||
'';
|
||||
};
|
||||
"20-lan-self" = {
|
||||
address = ["192.168.1.2"];
|
||||
address = ["192.168.1.2/24"];
|
||||
matchConfig.Name = "lan-self";
|
||||
networkConfig = {
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue