coolneng 48df0bdd21
flake.lock: Update
Flake lock file updates:

• Updated input 'lanzaboote':
    'github:nix-community/lanzaboote/88b8a563ff5704f4e8d8e5118fb911fa2110ca05?narHash=sha256-If6vQ%2BKvtKs3ARBO9G3l%2B4wFSCYtRBrwX1z%2BI%2BB61wQ%3D' (2025-11-03)
  → 'github:nix-community/lanzaboote/0859944b08039342a9bb069e7edc1e62bb4d0e65?narHash=sha256-bIYjIla2w6bzozkohYxsU/BP0hLs9w48ZwxBfg3cShE%3D' (2025-11-17)
• Updated input 'lanzaboote/crane':
    'github:ipetkov/crane/444e81206df3f7d92780680e45858e31d2f07a08?narHash=sha256-0tcS8FHd4QjbCVoxN9jI%2BPjHgA4vc/IjkUSp%2BN3zy0U%3D' (2025-08-04)
  → 'github:ipetkov/crane/0cea393fffb39575c46b7a0318386467272182fe?narHash=sha256-8zrIPl6J%2BwLm9MH5ksHcW7BUHo7jSNOu0/hA0ohOOaM%3D' (2025-11-07)
• Added input 'lanzaboote/fenix':
    'github:nix-community/fenix/6c8d48e3b0ae371b19ac1485744687b788e80193?narHash=sha256-ka7dpwH3HIXCyD2wl5F7cPLeRbqZoY2ullALsvxdPt8%3D' (2025-11-17)
• Added input 'lanzaboote/fenix/nixpkgs':
    follows 'lanzaboote/nixpkgs'
• Added input 'lanzaboote/fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/2efc80078029894eec0699f62ec8d5c1a56af763?narHash=sha256-rMfWMCOo/pPefM2We0iMBLi2kLBAnYoB9thi4qS7uk4%3D' (2025-11-11)
• Updated input 'lanzaboote/flake-compat':
    'github:edolstra/flake-compat/9100a0f413b0c601e0533d1d94ffd501ce2e7885?narHash=sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX%2BfjA8Xf8PUmqCY%3D' (2025-05-12)
  → 'github:edolstra/flake-compat/f387cd2afec9419c8ee37694406ca490c3f34ee5?narHash=sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4%3D' (2025-10-27)
• Updated input 'lanzaboote/flake-parts':
    'github:hercules-ci/flake-parts/67df8c627c2c39c41dbec76a1f201929929ab0bd?narHash=sha256-XKqDMN1/Qj1DKivQvscI4vmHfDfvYR2pfuFOJiCeewM%3D' (2025-08-01)
  → 'github:hercules-ci/flake-parts/52a2caecc898d0b46b2b905f058ccc5081f842da?narHash=sha256-8oNVE8TrD19ulHinjaqONf9QWCKK%2Bw4url56cdStMpM%3D' (2025-11-12)
• Updated input 'lanzaboote/pre-commit-hooks-nix':
    'github:cachix/pre-commit-hooks.nix/16ec914f6fb6f599ce988427d9d94efddf25fe6d?narHash=sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg%3D' (2025-06-24)
  → 'github:cachix/pre-commit-hooks.nix/7275fa67fbbb75891c16d9dee7d88e58aea2d761?narHash=sha256-YG19IyrTdnVn0l3DvcUYm85u3PaqBt6tI6VvolcuHnA%3D' (2025-11-16)
• Removed input 'lanzaboote/rust-overlay'
• Removed input 'lanzaboote/rust-overlay/nixpkgs'
2025-11-17 19:45:11 +01:00
2025-10-06 04:34:28 +02:00
2025-11-17 19:45:11 +01:00
2025-10-06 04:34:28 +02:00
2024-09-10 15:54:51 +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

Description
No description provided
Readme 280 MiB
Languages
Nix 89.7%
Shell 9.5%
Makefile 0.8%