blob: 81a6622599711fc4093bf4a9eaded3b13309fd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# `bluedragon1221/nixos`
Cool things:
- Using [hjem](https://github.com/feel-co/hjem) over [home-manager](https://github.com/nix-community/home-manager)
- Deployments over ssh using [deploy-rs](https://github.com/serokell/deploy-rs)
- Automatic secret decryption with ssh keys using [agenix](https://github.com/ryantm/agenix)
- Fully declarative self-hosted services, including:
- [cgit](../tree/modules/services/nixos/cgit/default.nix)
- [GoAccess](../tree/modules/services/nixos/goaccess.nix)
- [Polaris](../tree/modules/services/nixos/polaris.nix)
- [qBittorrent](../tree/modules/services/nixos/qbittorrent.nix)
- [Homogenous modules](../about/docs/homogenous_modules.md)
# Hosts
## [Mercury](../tree/hosts/mercury)
- Device: Lenovo Thinkpad X1 Carbon Gen 6
- OS: NixOS
- DE/Compositor: Sway (or Niri, I can't decide)
Goes everywhere with me. Used for programming, school, and browsing the web
## [Jupiter](../tree/hosts/jupiter)
- Device: HP ENVY Desktop
- OS: NixOS (dual booted with Windows 11 LTSC IoT Enterprise)
- DE/Compositor: GNOME
Used for heavier tasks, like gaming and music production
## [Ganymede](../tree/hosts/ganymede)
- Device: Lenovo Yoga 730 (broken screen)
- OS: NixOS
- DE/Compositor: none
Hosts my family's webserver and a few other self-hosted services over ssh
## Terra
- Device: Samsung S20 Ultra
- OS: Android
My phone. Used for communication, reading Hacker News, whatever else.
## Io
- Device: Raspberry PI Zero 2 W
- OS: Alpine Linux
- DE/Compositor: none
Low-power device, currently unused
|