coolneng aa4fc8127e flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.17.1/019d07e1-d39f-7e60-851c-d6cb5cc20ffc/source.tar.gz' (2026-03-19)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.17.2/019d3290-fc2e-714a-bf96-59b71ef2dcb1/source.tar.gz' (2026-03-28)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.1/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.1/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.1/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.17.1/019d0787-b4b2-7dcd-a94a-2f9fd34dac4b/source.tar.gz' (2026-03-19)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.17.2/019d3110-f384-7933-a525-8f854039828f/source.tar.gz' (2026-03-27)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.963717%2Brev-a07d4ce6bee67d7c838a8a5796e75dff9caa21ef/019cfa58-0a94-7ef5-9db4-b1ad28c57d49/source.tar.gz' (2026-03-15)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.968305%2Brev-fdc7b8f7b30fdbedec91b71ed82f36e1637483ed/019d1e65-315b-7c50-9232-ef9e46632115/source.tar.gz' (2026-03-23)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/d210133' (2026-03-12)
  → 'github:nix-community/lanzaboote/6afcbf1' (2026-03-26)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/8525580' (2026-02-26)
  → 'github:ipetkov/crane/6fa2fb4' (2026-03-11)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/pre-commit-hooks.nix/6e34e97' (2026-02-25)
  → 'github:cachix/pre-commit-hooks.nix/8baab58' (2026-03-07)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/9879be1' (2026-03-01)
  → 'github:oxalica/rust-overlay/4f977d7' (2026-03-15)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/2d4b471' (2026-03-20)
  → 'github:NixOS/nixos-hardware/3f6f874' (2026-03-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6c9a78c' (2026-03-21)
  → 'github:NixOS/nixpkgs/46db2e0' (2026-03-24)
2026-03-28 21:05:24 +01:00
2026-03-28 21:05:24 +01: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.6%
Shell 9.3%
Makefile 1.1%