Go to file
coolneng c9fc8cf3bc
flake.lock: Update
Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/3a56735779db467538fb2e577eda28a9daacaca6' (2024-06-14)
  → 'github:ryantm/agenix/f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41' (2024-08-10)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/4293f532d0107dfb7e6f8b34a0421dc8111320e6' (2024-06-23)
  → 'github:Mic92/nix-index-database/32058e9138248874773630c846563b1a78ee7a5b' (2024-09-01)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/c3e48cbd88414f583ff08804eb57b0da4c194f9e' (2024-06-23)
  → 'github:NixOS/nixos-hardware/95c3dfe6ef2e96ddc1ccdd7194e3cda02ca9a8ef' (2024-08-28)
• Updated input 'openconnect-sso':
    'github:ThinkChaos/openconnect-sso/20c0015c4264c72cc19ac272de0dc534309bd21b' (2023-12-01)
  → 'github:ThinkChaos/openconnect-sso/94f1ddfef1662d56ede0a093bcfc3d23156bc1a1' (2024-08-21)
• Updated input 'openconnect-sso/flake-utils':
    'github:numtide/flake-utils/7d706970d94bc5559077eb1a6600afddcd25a7c8' (2021-05-31)
  → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
• Added input 'openconnect-sso/flake-utils/systems':
    follows 'openconnect-sso/systems'
• Updated input 'openconnect-sso/nix-github-actions':
    'github:nix-community/nix-github-actions/93e39cc1a087d65bcf7a132e75a650c44dd2b734' (2023-11-28)
  → 'github:nix-community/nix-github-actions/622f829f5fe69310a866c8a6cd07e747c44ef820' (2024-07-04)
• Updated input 'openconnect-sso/poetry2nix':
    'github:nix-community/poetry2nix/0b2bff39e9bd4e6db3208e09c276ca83a063b370' (2023-11-27)
  → 'github:nix-community/poetry2nix/d11c01e58587e5f21037ed6477465a7f26a32e27' (2024-07-15)
• Updated input 'openconnect-sso/treefmt-nix':
    'github:numtide/treefmt-nix/e82f32aa7f06bbbd56d7b12186d555223dc399d1' (2023-11-12)
  → 'github:numtide/treefmt-nix/8db8970be1fb8be9c845af7ebec53b699fe7e009' (2024-07-23)
2024-09-03 00:08:14 +02:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Enable media key support for Firefox audio 2024-08-13 14:23:36 +02:00
scripts Add autotrim to zpool creation command 2021-08-17 00:57:33 +01:00
secrets Set up Secure Boot 2024-01-08 03:06:35 +01:00
.gitattributes Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
.gitignore Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
LICENSE.md Bootloader configuration and HW tweaks 2020-04-16 19:14:10 +02:00
Makefile Specify flakes in the update target in Makefile 2024-01-23 13:50:49 +01:00
README.org Move power management settings to independent file 2020-09-03 02:36:09 +02:00
configuration.nix Use the stable version of Nix 2024-06-05 23:04:25 +02:00
flake.lock flake.lock: Update 2024-09-03 00:08:14 +02:00
flake.nix Remove AMD p-state and power-profiles integration 2024-08-12 02:46:32 +02:00

README.org

NixOS Laptop

Configuration files for my personal machine, powered by NixOS.

Modules

The configuration is sliced into different files, per category:

  • ZFS pool configuration: hardware-configuration.nix
  • Globally installed packages: software.nix
  • Network and VPN configuration: networking.nix
  • Window manager and userland services: gui.nix
  • Synchronization and backup services: datasync.nix
  • Sound and music setup: audio.nix
  • Development tools: development.nix
  • Printing and scanner client: printing.nix
  • Systemd user services and timers: periodic.nix
  • Power management: power.nix

All the modules are imported in configuration.nix