Go to file
coolneng 1321e9cc11 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652' (2024-01-29)
  → 'github:NixOS/nixpkgs/b8b232ae7b8b144397fdb12d20f592e5e7c1a64d' (2024-01-31)
2024-02-02 22:35:18 +01:00
assets/bitwig
modules Disable autosuspend of PCI and USB devices 2024-01-24 00:26:32 +01:00
scripts
secrets Set up Secure Boot 2024-01-08 03:06:35 +01:00
.gitattributes
.gitignore
LICENSE.md
Makefile Specify flakes in the update target in Makefile 2024-01-23 13:50:49 +01:00
README.org
configuration.nix Set up Secure Boot 2024-01-08 03:06:35 +01:00
flake.lock flake.lock: Update 2024-02-02 22:35:18 +01:00
flake.nix Couple power-profiles-daemon and AMD P-State EPP 2024-01-09 13:55:49 +01:00

README.org

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