alpha
Login
or
Join now
ilak.ch
/
nix-modules
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Shared nix modules for my configurations.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
nix-modules
/
modules
/
at
noden
4 folders
Ivan Ilak
feat(networking): accept IPv6 RAs on the LAN interface (SLAAC)
7w ago
71248760
darwin
feat(networking): accept IPv6 RAs on the LAN interface (SLAAC) Hosts using infra.profiles.networking are static-IPv4-only with no IPv6. Add accept_ra=2 + use_tempaddr=0 on the LAN interface so each host SLAACs a GUA + default route from its VLAN's prefix-delegated /64. =2 (not the default 1) because a forwarding host (maloja runs the microVM bridge) disables RA acceptance at =1; =2 accepts it even with forwarding on and is a harmless no-op where no RA is present. mkDefault so a host can override. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
home-manager
chore: remove dead code - modules/nixos/files.nix: never imported, also used builtins.getEnv "HOME" which is illegal in pure flake evaluation. Stale leftover. - modules/home-manager/programs/polybar.nix: drop the commented-out ws-icon-* and label-* overrides that have sat dead since import. No consumer drv changes (verified across plessur, maloja, bernina, moesa, work).
2 months ago
nixos
feat(networking): accept IPv6 RAs on the LAN interface (SLAAC) Hosts using infra.profiles.networking are static-IPv4-only with no IPv6. Add accept_ra=2 + use_tempaddr=0 on the LAN interface so each host SLAACs a GUA + default route from its VLAN's prefix-delegated /64. =2 (not the default 1) because a forwarding host (maloja runs the microVM bridge) disables RA acceptance at =1; =2 accepts it even with forwarding on and is a harmless no-op where no RA is present. mkDefault so a host can override. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
shared
revert: drop unused infra.host.class enum Added speculatively in abbb737 for invariant predicates to filter hosts by class. In practice every predicate hardcodes the hostname it cares about, so the enum was never read. Removing reduces fleet-wide friction (every new host had to declare class) without losing any behavior.
1 month ago