Commit Graph

1886 Commits

Author SHA1 Message Date
Sandro - 072867a2a6
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:SuperSandro2000/nixpkgs/c7ea327afe69a5431c4088186035f93660ffe16c' (2023-11-08)
  → 'github:SuperSandro2000/nixpkgs/337b3996fc95c5d53bc1af2ca650aa85b56c3c92' (2023-11-26)
• Updated input 'openwrt':
    'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=d3c193525e6210da2834050e92a077d408381320' (2023-11-06)
  → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=d6b62611b845ea90ad4c901e28fa1787c4b7e9e5' (2023-11-24)
• Updated input 'openwrt-imagebuilder':
    'github:astro/nix-openwrt-imagebuilder/5eac42bca97629365c763a6ab68f8ef38a338c8d' (2023-11-07)
  → 'github:astro/nix-openwrt-imagebuilder/86b569526dfce69df8bc1fc7dc5d7b3f09ea52d3' (2023-11-26)
2023-11-26 20:42:14 +01:00
Astro 13426907df remove pre-openwrt-imagebuilder configs 2023-11-18 03:31:51 +01:00
Astro dbc0e14f63 nixos-module/container/dhcp-server: don't set max-valid-lifetime but hold-reclaimed-time
hope that works without depleting the address pools
2023-11-14 23:30:41 +01:00
Astro dd3d650e46 nixos-module/container/dhcp-server: s/lib.optionalAttrs/lib.mkIf/ 2023-11-14 23:26:33 +01:00
Astro dc27ba9a69 stream.serv: fix addrs
fixes an ip6 reverse zone occuring twice in localZones.
2023-11-13 23:53:54 +01:00
Astro aee094ada3 net/serv: remove bogus fd42:42:c3d2:: address 2023-11-13 23:43:10 +01:00
Astro a138bc2d98 nixos-module/container/dhcp-server: set dhcp6 dns info 2023-11-13 23:35:54 +01:00
Astro aa81a890f3 pkgs/default: s/nixpkgs.lib/lib/ 2023-11-13 23:35:30 +01:00
Astro 93a1ac7ee9 pkgs/default: fix #export-config to contain both config and localZones 2023-11-13 23:34:51 +01:00
Astro 4e6dd9a4a1 nix/lib/config/options: remove net-combined 2023-11-13 23:33:35 +01:00
Astro 125beb091d priv19: remove extra dhcp.max-time config 2023-11-13 23:30:57 +01:00
Astro a9bebbe3a0 nixos-module/container/dhcp-server: just set Restart for kea-*-server.service 2023-11-13 23:14:16 +01:00
Astro c40997bacc nixos-module/container/dhcp-server: use the proper max-valid-lifetime parameter instead of calculating timers 2023-11-13 22:46:51 +01:00
Sandro - 6c6c6f30b0
kea: tweak renew,rebind timer to 2.5min/5min, change max-time of c3d2 to 1d 2023-11-13 19:53:32 +01:00
Astro 352d95bf55 pkgs/openwrt/usteer-stats.sh: output stats for all wlan interfaces 2023-11-10 19:28:02 +01:00
Astro ec47077368 lib/dns: split dynamicReverseZones for ipv4/ipv6 to avoid ip6.arpa zones ending up in reverseZones4 2023-11-10 00:43:57 +01:00
Astro 3295a15758 config/net/{c3d2,pub}: wiggle dhcp pool and times 2023-11-08 20:52:26 +01:00
Sandro - 7cc8115896
Add ripgrep 2023-11-08 01:13:30 +01:00
Sandro - 88a8c9f3e2
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:SuperSandro2000/nixpkgs/2b29ce8cfbbc7967bd86016eda3944af22869bf4' (2023-11-04)
  → 'github:SuperSandro2000/nixpkgs/c7ea327afe69a5431c4088186035f93660ffe16c' (2023-11-08)
• Updated input 'openwrt':
    'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=ec54022549f90ba4b72ac4f089ee46510c7127e4' (2023-11-04)
  → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=d3c193525e6210da2834050e92a077d408381320' (2023-11-06)
• Updated input 'openwrt-imagebuilder':
    'github:astro/nix-openwrt-imagebuilder/5f000c690764b3f64cbb58dbc31d7c6be182d59d' (2023-11-05)
  → 'github:astro/nix-openwrt-imagebuilder/5eac42bca97629365c763a6ab68f8ef38a338c8d' (2023-11-07)
2023-11-08 01:12:54 +01:00
Sandro - bac3c5ba02
Disable assoc steering, initial delay, add comment, cleanup old comment
People should not notice any delay when initially connecting and their
device hopefully choose an AP with good connection
2023-11-06 01:39:14 +01:00
Sandro - 588b86e1dc
flake.lock: Update
Flake lock file updates:

• Updated input 'openwrt-imagebuilder':
    'git+file:///home/sandro/src/github.com/astro/nix-openwrt-imagebuilder' (2023-11-04)
  → 'github:astro/nix-openwrt-imagebuilder/5f000c690764b3f64cbb58dbc31d7c6be182d59d' (2023-11-05)
2023-11-06 01:36:29 +01:00
Sandro - b9a2208602
Add comment 2023-11-05 23:59:32 +01:00
Sandro - e155bc1b1b
Add tmux 2023-11-05 23:59:25 +01:00
Sandro - 1732598123
Fix another chmod +x 2023-11-05 22:47:26 +01:00
Sandro - cd15bb1c9c
Add +x 2023-11-05 04:41:39 +01:00
Sandro - 14ca5736b2
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:SuperSandro2000/nixpkgs/2b6e730df4c428d340b01efecf9199269c853eeb' (2023-10-29)
  → 'github:SuperSandro2000/nixpkgs/2b29ce8cfbbc7967bd86016eda3944af22869bf4' (2023-11-04)
• Updated input 'openwrt':
    'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=64ab02aff86839dad65d97d38ed302c73b22ad40' (2023-10-29)
  → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=ec54022549f90ba4b72ac4f089ee46510c7127e4' (2023-11-04)
• Updated input 'openwrt-imagebuilder':
    'github:astro/nix-openwrt-imagebuilder/bc529bf83f17e440e3c0e32a6f777dae59b24fc6' (2023-10-29)
  → 'github:astro/nix-openwrt-imagebuilder/98962168b64ee5456aeb2de8169a61c971050a28' (2023-11-04)
2023-11-05 04:13:34 +01:00
Sandro - 6547d4808c
Comment lots of things, use ft-over-air, set reassociation_deadline to 20s from 1s 2023-11-05 04:11:21 +01:00
Sandro - a84afb3a95
Throw out old and noisy candelatech firmware 2023-11-05 04:10:44 +01:00
Sandro - d2ed5665fc
Add comments 2023-11-05 03:46:53 +01:00
Astro 36dbe33fa4 pkgs/openwrt/default: fix script perms 2023-11-03 21:48:31 +01:00
Astro 82c6c49da4 ap65: deploy 2023-11-03 21:10:01 +01:00
Astro 6735263bcf cabling: port discovery! 2023-11-03 20:36:08 +01:00
Astro e50531209c pkgs/openwrt/usteer-stats.sh: fix by outputting types 2023-11-03 20:36:08 +01:00
Astro ccd904f700 pkgs/openwrt/uci-config: configure a static ieee80211rKey so that fast transition works with WPA3 2023-11-03 20:36:08 +01:00
Sandro - fa5ef40657
Name legacy consistent, add ZW Public where missing 2023-11-01 04:02:40 +01:00
Sandro - 80c94ba7a1
Fix legacy on 5 Ghz 2023-11-01 04:02:15 +01:00
Sandro - 24145d86c4
Switch to 20 Mhz bands on 2.4 Ghz 2023-11-01 04:01:50 +01:00
Astro 10bcbd5d52 nix/pkgs/openwrt: add usteer stats 2023-11-01 01:22:43 +01:00
Astro 779cbe9795 pkgs/openwrt/uci-config: properly set mobility_domain, nasid to fix fast transition 2023-11-01 01:14:47 +01:00
Astro 053b49b83f net/serv: fix syntax 2023-10-29 22:00:34 +01:00
Astro 4dfba56509 net/serv: add activity-relay 2023-10-29 20:49:14 +01:00
Sandro - 933cdbac0c
network: don't wait for all interfaces to be online 2023-10-29 18:50:22 +01:00
Sandro - 01572b34c2
Switch to nixos-23.05 fork 2023-10-29 18:30:39 +01:00
Astro dab9f5d1e6 net/{c3d2,priv,pub}: increment dhcp times for stability 2023-10-29 17:56:13 +01:00
Astro b78f9c9305 nixos-module/container/dhcp-server: fix reservations by moving them from global dhcp4 config to subnet4 2023-10-28 03:40:15 +02:00
Astro 0e2c4c7afd nixos-module/container/dhcp-server: fix reservations 2023-10-28 03:20:51 +02:00
Astro 4901048463 config/net/*: lower dhcp times 2023-10-28 01:05:06 +02:00
Astro 6ac42aa334 nixos-module/container/dhcp-server: disable dyndns conflict resolution for dual stack operation 2023-10-28 00:45:24 +02:00
Astro 07963d1b61 nixos-module/container/dhcp-server: enable dhcp6-server just for dyndns 2023-10-27 23:46:06 +02:00
Astro 7149638ef0 pkgs/openwrt/uci-config: try some usteer tuning 2023-10-27 23:46:06 +02:00