No description
Find a file
2026-01-05 19:03:03 +01:00
assets Update background 2025-12-25 20:50:14 +01:00
cert Delete old p2502 cert 2025-02-03 14:10:15 +01:00
confs Add ssh to all machines 2025-12-25 20:50:20 +01:00
hosts Add guix back 2026-01-05 19:03:03 +01:00
modules Add guix back 2026-01-05 19:03:03 +01:00
npins Snapshot 2025-12-25 19:16:15 +01:00
patches Im not even describing this 2025-11-19 19:48:07 +01:00
pkgs Download pdfs added 2025-09-06 14:53:49 +02:00
users Snapshot 2025-12-25 19:16:15 +01:00
.envrc Switch to shell.nix 2025-03-24 17:16:45 +01:00
.gitignore Add pre-commit-hook 2025-04-03 16:36:32 +02:00
.stfolder Small fixes now works 2024-09-21 20:36:18 +02:00
balthasar.scm Add guix back 2026-01-05 19:03:03 +01:00
channels.scm Add guix back 2026-01-05 19:03:03 +01:00
default.nix Snapshot 2025-12-25 19:16:15 +01:00
flake.lock Update flake 2025-03-09 13:33:40 +01:00
guide Add melchior 2025-02-02 19:16:47 +01:00
magi.scm Add guix back 2026-01-05 19:03:03 +01:00
make.py Im not even describing this 2025-11-19 19:48:07 +01:00
Makefile Add guix back 2026-01-05 19:03:03 +01:00
README.md Add readme 2025-04-04 18:23:45 +02:00
shell.nix Im not even describing this 2025-11-19 19:48:07 +01:00

magi -- nixos configuration

requirements

lix
python3

running

all configuration is done through make.py script. To build and switch to a new configuration:

./make.py boot <hostname>

installation

TODO

Other commands

  • build
  • test
  • switch -- does not make it boot on default
  • boot -- like switch but makes it boot on default

nebula signing

in order to setup nebula one must generate the nebula certificate and then sign each of the hosts with the certificate:

sudo su
cd /etc/nebula
nebula-cert sign -name <HOSTNAME> -ip 10.2.2.<IP>/16 -in-pub host.pub -ca-key /home/maya/.magi/cert/magi-ca.key -ca-crt /home/maya/.magi/cert/magi-ca.crt -out-crt host.crt