My NixOS configuration
Find a file
2023-07-16 12:58:57 +02:00
home-manager home: Switch to element-desktop-wayland 2023-06-25 18:32:08 +02:00
machines machines/milhouse: Fix typo in import 2023-05-06 23:19:14 +02:00
modules modules/tlp: Increase battery threshold 2023-07-16 12:58:57 +02:00
nix treewide: Update to 23.05 2023-06-01 18:28:59 +02:00
overlay Add overlay and install studio-link from it 2023-04-25 23:50:04 +02:00
roles all: Move gc into own module 2023-06-25 01:08:10 +02:00
secrets@db7b25cfa5 Update secrets 2023-06-13 18:03:35 +02:00
users users/fleaz: Add all my ssh pubkeys to my user 2023-06-15 10:57:50 +02:00
.gitmodules Added remote builder in secrets repo 2022-02-23 23:41:48 +01:00
customOptions.nix Add custom options 2022-09-13 11:17:54 +02:00
README.md Add required channels to readme 2023-04-18 10:08:22 +02:00

nixos-configuration

The NixOS configuration for my workstations.

Add required channel Channel

nix-channel --add https://channels.nixos.org/nixos-22.11 nixos
nix-channel --add https://channels.nixos.org/nixos-unstable nixos-unstable
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
nix-channel --update -v

Usage

Symlink /etc/nixos/configuration.nix to the corresponding machines/<hostname>/configuration.nix entry and just keep using nixos-rebuild like nothing happend.