Mirror von meiner NixOS config. Falls Sourcehut mal abrauchen sollte.
Find a file
2023-06-07 23:26:53 +02:00
.github/workflows don't check formatting 2023-01-10 11:42:51 +01:00
hosts initial config 2023-06-05 19:57:19 +02:00
images ran deadnix 2023-05-19 11:42:43 +02:00
keys added nuc 2023-01-23 17:30:09 +01:00
pkgs bettered up the pww package 2023-06-05 12:31:07 +02:00
secrets configure trucksimulatorbot 2023-05-29 13:31:20 +02:00
shared remove hyprland flake and caches 2023-06-06 13:43:38 +02:00
users/rouven remove hyprland flake and caches 2023-06-06 13:43:38 +02:00
.gitignore nix flake: update trucksimulator 2023-05-30 17:33:15 +02:00
.sops.yaml initial secret config 2023-04-12 17:47:44 +02:00
flake.lock nix flake update 2023-06-07 23:26:53 +02:00
flake.nix remove hyprland flake and caches 2023-06-06 13:43:38 +02:00
LICENSE Create LICENSE 2023-04-24 13:15:48 +02:00
README.md update readme 2023-06-06 13:35:05 +02:00

Rouven's NixOS configuration files

image

Specs

Installation

Should work out of the box:
Clone the repo, copy your hardware configuration to ./hosts/<hostname>/hardware-configuration.nix, run nixos-rebuild switch --flake .#<hostname> and you are good to go.

Currently configured machines (aka available hostnames)

thinkpad

A ThinkPad L15 that I use for almost everything that one needs a monitor to.

Disk Layout

NAME         MOUNTPOINT  COMMENT
tmpfs        /           # root on tmpfs using impermanence
nvme0n1
├─nvme0n1p1  /boot
├─nvme0n1p2              # LUKS-encrypted partition
│ └─luksroot             # btrfs with some subvolumes
│   ├─home   /home
│   ├─lib    /var/lib
│   ├─log    /var/log
│   └─nix    /nix
└─nvme0n1p3
  └─luksswap [SWAP]      # encrypted swap partition

nuc

Old Intel Nuc that I got from @LeBogoo. Running a few personal services.

Disk layout

NAME      MOUNTPOINT  COMMENT
tmpfs     /           # root on tmpfs
sda
├─sda1    /boot
├─sda2    [SWAP]
└─sda3                # btrfs
  ├─lib   /var/lib
  ├─log   /var/log
  └─nix   /nix

falkenstein-1

Hetzner VPS running a few web apps.

Disk layout

NAME      MOUNTPOINT  COMMENT
sda
├─sda1    /
├─sda14               # BIOS boot
└─sda15   /boot/efi   # EFI stuff

vm

Barebones configuration that can be easily deployed to virtual machines.

iso

My custom installer and rescue image containing some personal tweaks.