a swarm o agents, each in its own nspawn cage, gossiping over unix sockets. config changes flow as git commits, the operator approves them in a browser, every deploy is a tag. cyberpunk-themed dashboard included. 💜
  • Rust 67.8%
  • Nix 16.7%
  • JavaScript 6.3%
  • TypeScript 3.9%
  • CSS 3.6%
  • Other 1.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vinzenz Schroeter e7da5bf627 add ronja to lp2
2024-02-09 18:52:20 +01:00
modules add ronja to lp2 2024-02-09 18:52:20 +01:00
.gitignore convoluted solution looking for a problem 2023-09-24 10:15:53 +02:00
hetzner-vpn1.nix allow pc2 ssh key on all hosts 2023-12-05 15:00:02 +01:00
LICENSE Create LICENSE 2023-04-04 22:19:39 +02:00
README.md Update README.md 2023-10-06 19:50:24 +02:00
vinzenz-lpt.nix install dotnet on laptop 2024-01-14 11:37:42 +01:00
vinzenz-lpt2.nix add ronja to lp2 2024-02-09 18:52:20 +01:00
vinzenz-pc2.nix misc small changes 2023-12-25 12:30:11 +01:00

nixos-configuration

/
├── modules
│  ├── desktop
│  ├── hardware (includes hostname.nix)
│  └── users
└── hostname.nix (imports modules)

When adding a new host: ln -s ./new-devicename.nix /etc/nixos/configuration.nix

Use sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager to add home manager support.