nix configurations used on my server
  • Nix 99.5%
  • Shell 0.5%
Find a file
2026-07-25 21:35:21 -07:00
hosts/nixos-server-reid fix odd permissions 2026-07-10 18:16:56 -07:00
lib fix odd permissions 2026-07-10 18:16:56 -07:00
modules forgejo cfg update 2026-07-25 21:35:21 -07:00
overlays change permissions 2023-08-22 21:51:48 -07:00
packages new service! amdl 2025-05-19 18:48:17 -07:00
.editorconfig lint 2024-12-08 18:39:26 -08:00
default.nix fix odd permissions 2026-07-10 18:16:56 -07:00
flake.lock update packages 2026-07-16 22:34:41 -07:00
flake.nix fix odd permissions 2026-07-10 18:16:56 -07:00
README.md abstract away architectures 2025-12-31 22:37:58 -08:00
rebuild-remote.sh sh -> bash 2026-07-16 14:31:38 -07:00

nix-server

nix flake config! this is just used on my personal server at the moment

users

this flake is built for a multi-user experience per host, enforced by modules/users.nix, and found in the default.nix file for each host.

secrets

run rg /etc/secrets/ to see where you need to add secret files when deploying on new systems

unfortunately, as a consequence of this secret method, you need to do impure builds

hosts

each host should have these files:

  • default.nix, contains everything relating to the basic system
  • hardware.nix, hardware-specific configuration
  • meta.nix, extra things passed thru to mkHost

todo

  • find a better way to do cloudflare ips
  • swap back to hardened kernel
  • wtaf is going on w/ our user management??
  • Jellyfin... yea,,,