Mirror von meiner NixOS config. Falls Sourcehut mal abrauchen sollte.
Find a file
2023-02-26 01:02:01 +01:00
.github/workflows don't check formatting 2023-01-10 11:42:51 +01:00
hosts icons everywhere 2023-02-25 16:30:02 +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 use the sops home manager module 2023-02-26 01:02:01 +01:00
shared removed ausweisapp 2023-01-21 23:50:07 +01:00
users/rouven use the sops home manager module 2023-02-26 01:02:01 +01:00
.gitignore added gitignore 2022-12-20 13:28:39 +01:00
.sops.yaml use the sops home manager module 2023-02-26 01:02:01 +01:00
flake.lock beautifying vim 2023-02-25 22:28:04 +01:00
flake.nix use the sops home manager module 2023-02-26 01:02:01 +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