coolneng 32732bd27e flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.17.2/019d3290-fc2e-714a-bf96-59b71ef2dcb1/source.tar.gz' (2026-03-28)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.17.3/019d691b-0a67-74d9-90e1-1a3c86286399/source.tar.gz' (2026-04-07)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.3/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.3/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.17.2/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.3/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.17.2/019d3110-f384-7933-a525-8f854039828f/source.tar.gz' (2026-03-27)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.17.3/019d6913-e8c2-7128-ba76-3dc4f6b58158/source.tar.gz' (2026-04-07)
• Updated input 'determinate/nixpkgs':
    '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)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.975711%2Brev-83e29f2b8791f6dec20804382fcd9a666d744c07/019d6689-cde2-7061-b044-e0ef61ade488/source.tar.gz' (2026-04-06)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/45338aa' (2026-03-30)
  → 'github:nix-community/lanzaboote/29d2cca' (2026-04-11)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/bc13aea' (2026-03-29)
  → 'github:Mic92/nix-index-database/bedba59' (2026-04-12)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/f4c4c2c' (2026-03-31)
  → 'github:NixOS/nixos-hardware/c775c27' (2026-04-06)
2026-04-13 12:42:39 +02:00
2026-04-13 12:42:39 +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%