dotfiles/README.md

22 lines
638 B
Markdown
Raw Permalink Normal View History

2022-12-03 15:54:54 +00:00
https://git.cyplo.dev/cyplo/dotfiles
My dotfiles - including my vim, terminal and font config.
My current setup consists of multiple machines running NixOS.
This is using flakes for reproducibility and home manager for setting up user-specific things.
2013-10-09 18:53:50 +01:00
Workstations are set up by running ` sudo nixos-rebuild switch --flake '.#'` and servers are by `nixos-rebuild switch --flake '.#servername' --target-host root@hostname`.
I don't use home manager the program, everything is referenced from the top flake.
2021-05-29 23:33:19 +01:00
2024-01-01 13:43:58 +00:00
## Setting up a new server
* use nixos-anywhere + disko
2023-04-17 17:03:34 +01:00
## infra setup
```mermaid
2023-04-17 18:05:51 +01:00
graph TB
mb1
vpsfree1
bolty
2023-04-17 17:03:34 +01:00
```