2022-12-19 18:11:40 +01:00
# Rouven's NixOS configuariton files
2023-01-22 15:29:21 +01:00
![image ](https://user-images.githubusercontent.com/72568063/213921069-670965f7-ad51-43ad-a211-63bb45a02648.png )
2023-01-22 14:52:22 +01:00
2023-01-22 15:47:34 +01:00
## Specs
- **Operating System:** [NixOS ](https://nixos.org )
- **Window Manager:** [Hyprland ](https://hyprland.org/ )
- **Overall Theme:** [Base16 Dracula ](https://github.com/dracula/base16-dracula-scheme )
- **Shell:** [Zsh ](https://www.zsh.org/ )
2023-03-02 19:01:48 +01:00
- **Terminal:** [Foot ](https://codeberg.org/dnkl/foot )
2023-01-22 15:47:34 +01:00
- **Editor:** [Neovim ](https://neovim.io/ )
- **Notifications:** [Mako ](https://github.com/emersion/mako )
- **Panel:** [Waybar ](https://github.com/Alexays/Waybar )
- **File Manager:** [Vifm ](https://vifm.info/ )
2022-12-19 18:11:40 +01:00
## Installation
Should work out of the box:\
2023-01-22 21:52:38 +01:00
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.
2022-12-19 18:11:40 +01:00
## Currently configured machines (aka available hostnames)
### thinkpad
A ThinkPad L15 that I use for almost everything that one needs a monitor to.
2023-02-19 21:02:58 +01:00
#### Disk Layout
```
NAME MOUNTPOINT COMMENT
nvme0n1
├─nvme0n1p1 /boot
2023-02-28 20:48:06 +01:00
├─nvme0n1p2 # LUKS-encrypted partition
2023-03-02 19:01:48 +01:00
│ └─luksroot # btrfs with some subvolumes
│ ├─root /
│ ├─home /home
│ ├─lib /var/lib
│ ├─log /var/log
2023-02-28 20:48:06 +01:00
│ └─store /nix/store
2023-03-02 21:42:06 +01:00
└─nvme0n1p3
2023-03-02 19:01:48 +01:00
└─luksswap [SWAP] # encrypted swap partition
2023-02-28 20:48:06 +01:00
2023-02-19 21:02:58 +01:00
```
2023-01-29 14:29:01 +01:00
### nuc
Old Intel Nuc that I got from @LeBogoo . Running a few personal services.
2023-02-19 21:02:58 +01:00
#### Disk layout
```
NAME MOUNTPOINT COMMENT
sda
├─sda1 /boot
2023-03-02 19:01:48 +01:00
├─sda2 [SWAP]
2023-02-19 21:02:58 +01:00
└─sda3 # btrfs
2023-03-02 19:01:48 +01:00
├─root /
├─lib /var/lib
├─log /var/log
2023-02-19 21:02:58 +01:00
└─store /nix/store
```
2023-04-12 17:38:30 +02:00
### falkenstein-1
Hetzner VPS running a few web apps.
#### Disk layout
```
NAME MOUNTPOINT COMMENT
sda
├─sda1 /
├─sda14 # BIOS boot
└─sda15 /boot/efi # EFI stuff
```