Some checks failed
Check Flake / check-flake (push) Failing after 2m24s
Flake lock file updates:
• Removed input 'archivebox'
• Removed input 'archivebox/flake-utils'
• Removed input 'archivebox/nixpkgs'
• Updated input 'nix-index-database':
'github:Mic92/nix-index-database/d74b8171153ae35d7d323a9b1ad6c4cf7a995591' (2023-07-30)
→ 'github:Mic92/nix-index-database/6c626d54d0414d34c771c0f6f9d771bc8aaaa3c4' (2023-08-06)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f024cd6abd47bdd5fa3b4a41bd357e2dde5f4195' (2023-08-05)
→ 'github:NixOS/nixpkgs/43b03482680169dab7ed2f60f370fb23178cbd78' (2023-08-09)
• Removed input 'nixpkgs-hostapd-pr'
My NixOS configurations
Source Layout
/common- common configuration imported into all/machines/boot- config related to bootloaders, cpu microcode, and unlocking LUKS root disks over tor/network- config for tailscale, and NixOS container with automatic vpn tunneling via PIA/pc- config that a graphical desktop computer should have. Usede.enable = true;to enable everthing./server- config that creates new nixos services or extends existing ones to meet my needs
/machines- all my NixOS machines along with their machine unique configuration for hardware and services/kexec- a special machine for generating minimal kexec images. Does not import/common
/secrets- encrypted shared secrets unlocked through/machinesssh host keys
Languages
Nix
92.8%
Shell
6.8%
Makefile
0.4%