My NixOS configuration
Find a file
2023-04-28 13:28:55 +02:00
home-manager home: PrusaSlicer and vscode from unstable 2023-04-28 13:28:55 +02:00
machines all: User nixos-hardware 2023-04-17 18:05:26 +02:00
modules Added modules/samba.nix for client support 2023-02-22 23:48:24 +01:00
nix niv: Update home-manager to release-22.11 2022-12-13 15:26:48 +01: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 users/fleaz: Fix typo in group name 2023-01-12 22:13:45 +01: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.