Mirror von meiner NixOS config. Falls Sourcehut mal abrauchen sollte.
Find a file
2023-02-21 22:35:56 +01:00
.githooks Create README.md 2023-01-15 18:30:44 +01:00
.github/workflows don't check formatting 2023-01-10 11:42:51 +01:00
hosts integrated hyprland into systemd 2023-02-21 12:24:34 +01:00
images show a beautiful cat when starting zsh 2023-02-14 21:50:36 +01:00
keys added nuc 2023-01-23 17:30:09 +01:00
pkgs/dracula-icon-theme added dracula icon theme 2023-01-26 10:38:58 +01:00
secrets preparing nuc for reinstall 2023-02-17 21:35:12 +01:00
shared removed ausweisapp 2023-01-21 23:50:07 +01:00
users/rouven added nixos-hardware 2023-02-21 22:35:56 +01:00
.gitignore added gitignore 2022-12-20 13:28:39 +01:00
.sops.yaml preparing nuc for reinstall 2023-02-17 21:35:12 +01:00
flake.lock added nixos-hardware 2023-02-21 22:35:56 +01:00
flake.nix added nixos-hardware 2023-02-21 22:35:56 +01:00
README.md Update README.md 2023-02-19 21:02:58 +01: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

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