Mirror von meiner NixOS config. Falls Sourcehut mal abrauchen sollte.
Find a file
2024-04-17 23:45:28 +02:00
hosts dns: autogenerate the serial with some funky nix magic 2024-04-17 23:45:28 +02:00
images agdsn and networking updates 2023-10-26 12:12:45 +02:00
keys agenix: migrate 2023-11-16 15:52:46 +01:00
overlays zsh: attempt to fix fzf-tab 2024-04-11 11:58:00 +02:00
pkgs pkgs.ssh3: 0.1.7 -> 0.1.7 2024-04-10 00:30:18 +02:00
secrets keycloak: disable 2024-03-09 15:23:50 +01:00
shared treewide: smaller cleanups 2024-04-17 16:13:17 +02:00
users/rouven ssh & packages: cleanup 2024-04-17 16:12:09 +02:00
.gitignore gitignore: catch more result folders 2024-02-29 15:36:23 +01:00
flake.lock dns: switch to dns.nix 2024-04-17 22:04:08 +02:00
flake.nix dns: switch to dns.nix 2024-04-17 22:04:08 +02:00
LICENSE Create LICENSE 2023-04-24 13:15:48 +02:00
README.md readme: remove image 2024-04-09 23:23:22 +02:00
secrets.nix keycloak: disable 2024-03-09 15:23:50 +01:00

Rouven's NixOS configuration files

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 subvolumes
│   ├─nix        /nix
│   ├─home       /home
│   ├─lib        /var/lib
│   └─log        /var/log
└─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

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.