My NixOS configuration
Find a file
2023-06-01 18:59:58 +02:00
home-manager jimbo: Remove chefdk 2023-06-01 18:59:58 +02:00
machines machines/milhouse: Fix typo in import 2023-05-06 23:19:14 +02:00
modules treewide: Update to 23.05 2023-06-01 18:28:59 +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 Added modules/samba.nix for client support 2023-02-22 23:48:24 +01:00
secrets@31770f3645 home: Install ncmpc and acpi 2023-01-08 01:41:55 +01:00
users treewide: Update to 23.05 2023-06-01 18:28:59 +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.