Go to file
coolneng 38dcea9e85 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/301aada7a64812853f2e2634a530ef5d34505048' (2022-10-21)
  → 'github:NixOS/nixpkgs/f994293d1eb8812f032e8919e10a594567cf6ef7' (2022-10-25)
2022-10-26 14:19:36 +02:00
modules Update wireguard port and firewall rules 2022-10-23 11:19:13 +02:00
overlays Use Emacs 28 instead of the PGTK fork 2022-04-25 06:35:04 +02:00
scripts
secrets Use HEAD of Mopidy somafm soundcloud and youtube 2022-09-04 08:28:15 +02:00
.gitattributes Use HEAD of Mopidy somafm soundcloud and youtube 2022-09-04 08:28:15 +02:00
LICENSE.md
Makefile Replace --use-remote-sudo with sudo 2022-05-21 11:43:15 +02:00
README.org
configuration.nix Revert "Enable pertinent Intel drivers for HW acceleration" 2022-10-20 08:48:38 +02:00
flake.lock flake.lock: Update 2022-10-26 14:19:36 +02:00
flake.nix Update the openconnect-sso branch on the fork 2022-10-11 21:40:00 +02: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