coolneng 5ae0c9098b flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.18.0/019dabb9-22ad-71c0-8b78-e5ea2325c027/source.tar.gz' (2026-04-20)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.18.1/019dbc08-210a-7941-b195-710393c6fd8c/source.tar.gz' (2026-04-23)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.18.0/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.18.1/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.18.0/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.18.1/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.18.0/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.18.1/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.18.0/019dabb0-d850-7e52-bfec-e5abc21882af/source.tar.gz' (2026-04-20)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.18.1/019dbc00-786e-7020-8304-a33065736bab/source.tar.gz' (2026-04-23)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.978638%2Brev-13043924aaa7375ce482ebe2494338e058282925/019d8a9c-62d4-7081-8145-107410bd19e6/source.tar.gz' (2026-04-11)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.981196%2Brev-b86751bc4085f48661017fa226dee99fab6c651b/019daeab-1563-75e1-9919-fee0062268db/source.tar.gz' (2026-04-16)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/4eda91d' (2026-04-21)
  → 'github:nix-community/lanzaboote/079c608' (2026-04-27)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/dc7496d' (2026-04-19)
  → 'github:ipetkov/crane/ad8b31a' (2026-04-26)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/pre-commit-hooks.nix/580633f' (2026-04-07)
  → 'github:cachix/pre-commit-hooks.nix/3cfd774' (2026-04-21)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/0206130' (2026-04-21)
  → 'github:oxalica/rust-overlay/aaec8c5' (2026-04-26)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/c43246d' (2026-04-22)
  → 'github:Mic92/nix-index-database/b8eb7ac' (2026-04-26)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/72674a6' (2026-04-22)
  → 'github:NixOS/nixos-hardware/2096f3f' (2026-04-23)
2026-04-27 17:22:24 +02:00
2026-04-27 17:22:24 +02:00
2025-12-01 15:22:58 +01:00

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

Description
No description provided
Readme 281 MiB
Languages
Nix 89.7%
Shell 9.3%
Makefile 1%