My personal NixOS configurations
nix
Find a file
2023-08-26 14:54:08 +02:00
common.nix fix wifi, add apps, update insync, some vscode settings 2023-08-19 20:13:11 +02:00
gnome.nix format with alejandra 2023-04-04 22:02:28 +02:00
home.nix add yt music and docker 2023-08-26 14:54:08 +02:00
LICENSE Create LICENSE 2023-04-04 22:19:39 +02:00
README.md add some packages 2023-04-13 20:33:20 +02:00
vinzenz-lpt-hardware-configuration.nix fix wifi, add apps, update insync, some vscode settings 2023-08-19 20:13:11 +02:00
vinzenz-lpt.nix split out gnome 2023-04-04 21:57:12 +02:00
vinzenz-pc2.nix remove broken zsh completions 2023-04-04 22:14:17 +02:00

nixos-configuration

When adding a new host:

  1. install NixOS via the graphical installer
  2. mv /etc/hardware-configuration ./devicename-hardware-configuration.nix
  3. copy an existing devicename.nix
  4. change import to new-devicename-hardware-configuration.nix
  5. set the hostname and optional imports in new-devicename.nix
  6. ln -s ./new-devicename.nix /etc/nixos/configuration
  7. apply