68 lines
1.1 KiB
Org Mode
68 lines
1.1 KiB
Org Mode
#+TITLE: imladris NixOS config
|
|
|
|
* NixOS configs
|
|
|
|
** imladris
|
|
|
|
imladris is my Thinkpad X1 carbon tailored for focused computing.
|
|
|
|
Baseline specs for reference:
|
|
|
|
+ Gen 7 14"
|
|
+ CPU: i7-8665U @ 1.90GHz
|
|
+ 16GB RAM
|
|
+ 512GB SSD
|
|
|
|
The primary things I want to use it for are writing, lisping, and working on
|
|
uLisp or other portable computing projects.
|
|
|
|
** ono-sendai
|
|
|
|
ono-sendai is a Nitropad X230.
|
|
|
|
+ CPU: i3
|
|
+ RAM: 8GB
|
|
+ Storage:1T SSD
|
|
|
|
** orion
|
|
|
|
orion is an Intel NUC desktop.
|
|
|
|
+ CPU: i5-1135G7 @ 2.40 GHz
|
|
+ 16GB RAM
|
|
+ 1TB SSD
|
|
|
|
** rift
|
|
|
|
rift is the homelab Intel NUC.
|
|
|
|
+ CPU: i7
|
|
+ RAM: 32GB RAM
|
|
+ Storage: 512GB SSD
|
|
|
|
** sk
|
|
|
|
sk is a VPS devserver.
|
|
|
|
+ CPU: unk
|
|
+ RAM: 1G
|
|
+ Storage: 25G
|
|
|
|
** vade
|
|
|
|
vade is a Framework 12 whose primary purpose is emacs/obsidian and
|
|
claude coding.
|
|
|
|
+ CPU: i3-1315U
|
|
+ RAM: 16G
|
|
+ Storage: 512G SSD
|
|
|
|
* Set up
|
|
|
|
#+begin_example
|
|
doas rm -r /etc/nixos
|
|
doas git clone https://git.wntrmute.dev/kyle/nixos /etc/nixos
|
|
cd nixos
|
|
doas git remote add local ~kyle/src/config/nixos
|
|
#+end_example
|