No description
- Nix 100%
* feat: update ip * feat: update truenas ip * feat: support websockets and sticky sessions * feat: add pelican route * feat: add base iso * feat: add new config * fix: add rest of flake * ci: fix pipeline * fix: update runner * ci: fix pipelines * Update hosts/github-runner/configuration.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update hosts/mgmt-reverse-proxy/configuration.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update hosts/mgmt-reverse-proxy/configuration.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ci: fix pipelines --------- Co-authored-by: riwaa <riwa321@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| hosts | ||
| iso | ||
| test | ||
| .gitignore | ||
| common.nix | ||
| disk-config.nix | ||
| flake.lock | ||
| flake.nix | ||
| hardware-configuration.nix | ||
| id_ed25519.pub | ||
| README.md | ||
Nixos machines
This is a repo for Login's Nixos machines.
Adding a new machine
- Add a new folder in hosts. The name of the folder will be the hostname of the machine.
- In the folder create a file called
configuration.nix - Add the configuration in this file
Building a macine
Run nix build .#<foldername>