Mirror von meiner NixOS config. Falls Sourcehut mal abrauchen sollte.
Find a file
2023-04-24 13:15:48 +02:00
.github/workflows don't check formatting 2023-01-10 11:42:51 +01:00
hosts global zsh config 2023-04-21 20:03:23 +02:00
images one more is ok 2023-03-18 23:18:23 +01:00
keys added nuc 2023-01-23 17:30:09 +01:00
pkgs formatting 2023-04-12 22:09:46 +02:00
secrets eduroam is kinda broken, fixing with pxl hotspot 2023-04-14 11:14:53 +02:00
shared making trash-cli a global package 2023-04-24 10:57:32 +02:00
users/rouven making trash-cli a global package 2023-04-24 10:57:32 +02:00
.gitignore added gitignore 2022-12-20 13:28:39 +01:00
.sops.yaml initial secret config 2023-04-12 17:47:44 +02:00
flake.lock making trash-cli a global package 2023-04-24 10:57:32 +02:00
flake.nix making trash-cli a global package 2023-04-24 10:57:32 +02:00
LICENSE Create LICENSE 2023-04-24 13:15:48 +02:00
README.md moved the editor to helix 2023-04-22 14:15:53 +02:00

Rouven's NixOS configuariton 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
nvme0n1
├─nvme0n1p1  /boot
├─nvme0n1p2              # LUKS-encrypted partition
│ └─luksroot             # btrfs with some subvolumes
│   ├─root   /
│   ├─home   /home
│   ├─lib    /var/lib
│   ├─log    /var/log
│   └─store  /nix/store
└─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
sda
├─sda1    /boot
├─sda2    [SWAP]
└─sda3                # btrfs
  ├─root  /
  ├─lib   /var/lib
  ├─log   /var/log
  └─store /nix/store

falkenstein-1

Hetzner VPS running a few web apps.

Disk layout

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