My NixOS configuration
Find a file
2024-08-31 17:17:26 +02:00
home-manager neovim: Add telescope plugin 2024-08-31 17:17:26 +02:00
machines smithers: Switch to linux_latest kernel 2024-07-15 18:37:42 +02:00
modules roles: Drop k40 and virtualbox. Add lix 2024-07-15 18:39:42 +02:00
nix Update to 24.05 2024-06-12 21:58:38 +02:00
overlay@c598bf71e3 update overlay 2024-06-25 19:57:50 +02:00
roles roles: Drop k40 and virtualbox. Add lix 2024-07-15 18:39:42 +02:00
secrets@147f60a595 Domain switch from w17.io to cccda.de 2024-07-15 18:47:41 +02:00
users user: Added ssh key for smithers 2023-12-01 14:54:56 +01:00
.gitmodules Added overlay submodule 2023-10-04 23:11:20 +02:00
customOptions.nix Add my.isLaptop variable 2024-04-04 21:23:04 +02:00
README.md Added dell.nix for work laptop 2023-08-15 14:52:40 +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.

My Dell work laptop

My employer gave me a laptop with Ubuntu installed and is not that happy with the idea of me running NixOS on it. Therefore I at least installed Home-Manager in standalone mode on it and created the dell.nix that can be used by symlinking it to ~/.config/home-manager/home.nix. This way I at least get recent versions of tools with all of my personal config for e.g. Neovim.