coolneng 78150f2a1c flake.lock: Update
Flake lock file updates:

• Updated input 'determinate':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.21.0/019e5103-0940-7a50-bac6-f1c621bf31ff/source.tar.gz' (2026-05-22)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.21.2/019edc7b-7758-7223-a52e-d8a340361a73/source.tar.gz' (2026-06-18)
• Updated input 'determinate/determinate-nixd-aarch64-darwin':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.0/macOS'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.2/macOS'
• Updated input 'determinate/determinate-nixd-aarch64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.0/aarch64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.2/aarch64-linux'
• Updated input 'determinate/determinate-nixd-x86_64-linux':
    'https://install.determinate.systems/determinate-nixd/tag/v3.21.0/x86_64-linux'
  → 'https://install.determinate.systems/determinate-nixd/tag/v3.21.2/x86_64-linux'
• Updated input 'determinate/nix':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.0/019e50fb-8633-73d0-b673-b2e265950490/source.tar.gz' (2026-05-22)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.1/019ea860-2acd-7680-ae61-10f9574b2694/source.tar.gz' (2026-06-08)
• Updated input 'determinate/nixpkgs':
    'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.998534%2Brev-d233902339c02a9c334e7e593de68855ad26c4cb/019e3efc-e09a-7ff1-b05f-0c8f85ba7441/source.tar.gz' (2026-05-15)
  → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1012902%2Brev-8c3cede7ddc26bd659d2d383b5610efbd2c7a16e/019eab22-bd1e-7e40-b919-277db893c789/source.tar.gz' (2026-06-08)
• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/f42b84f' (2026-05-27)
  → 'github:nix-community/lanzaboote/6650fb7' (2026-06-22)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/edb3889' (2026-05-18)
  → 'github:ipetkov/crane/469fd08' (2026-06-18)
• Updated input 'lanzaboote/pre-commit':
    'github:cachix/pre-commit-hooks.nix/61ab0e8' (2026-05-11)
  → 'github:cachix/pre-commit-hooks.nix/3bbec39' (2026-06-17)
• Updated input 'lanzaboote/rust-overlay':
    'github:oxalica/rust-overlay/3a58b19' (2026-05-24)
  → 'github:oxalica/rust-overlay/8534567' (2026-06-21)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/8fba98c' (2026-05-24)
  → 'github:Mic92/nix-index-database/3017088' (2026-06-21)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/ef4efb8' (2026-05-26)
  → 'github:NixOS/nixos-hardware/875776f' (2026-06-22)
• Added input 'nixos-hardware/nixpkgs':
    'https://releases.nixos.org/nixos/unstable/nixos-26.05pre924538.3497aa5c9457/nixexprs.tar.xz' (2026-01-08)
2026-06-23 21:28:40 +02:00
2026-06-02 15:18:12 +02:00
2026-06-23 21:28:40 +02:00
2026-06-02 15:17:28 +02: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

S
Description
No description provided
Readme 279 MiB
Languages
Nix 89.5%
Shell 9.4%
Makefile 1.1%