Go to file
coolneng 7d9fcb17cd flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/303bd8071377433a2d8f76e684ec773d70c5b642?narHash=sha256-cjbHI%2BzUzK5CPsQZqMhE3npTyYFt9tJ3%2BohcfaOF/WM%3D' (2025-03-01)
  → 'github:NixOS/nixpkgs/ba487dbc9d04e0634c64e3b1f0d25839a0a68246?narHash=sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM%3D' (2025-03-03)
2025-03-04 16:36:09 +01:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Update zion IP address 2025-02-28 04:07:40 +01:00
scripts Add autotrim to zpool creation command 2021-08-17 00:57:33 +01:00
secrets Format nix files using new formatter 2025-02-25 23:39:37 +01:00
.gitattributes Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
.gitignore Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
configuration.nix Restore the latest compatible ZFS kernel function 2025-02-25 23:39:45 +01:00
flake.lock flake.lock: Update 2025-03-04 16:36:09 +01:00
flake.nix Upgrade Lanzaboote version 2025-02-25 23:39:45 +01:00
LICENSE.md Bootloader configuration and HW tweaks 2020-04-16 19:14:10 +02:00
Makefile Update Makefile to upstream changes 2024-09-10 15:54:51 +02:00
README.org Move power management settings to independent file 2020-09-03 02:36:09 +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