No description
Find a file
Gjermund H. Pedersen eb262e2a17
Feat: update build system (#7)
* 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>
2026-03-25 11:18:10 +01:00
.github/workflows Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
hosts Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
iso Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
test Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
.gitignore feat: Add framework and reverse proxy 2026-01-13 21:22:43 +01:00
common.nix Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
disk-config.nix Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
flake.lock Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
flake.nix Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
hardware-configuration.nix Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
id_ed25519.pub Feat: update build system (#7) 2026-03-25 11:18:10 +01:00
README.md feat: add readme 2026-01-27 21:22:37 +01:00

Nixos machines

This is a repo for Login's Nixos machines.

Adding a new machine

  1. Add a new folder in hosts. The name of the folder will be the hostname of the machine.
  2. In the folder create a file called configuration.nix
  3. Add the configuration in this file

Building a macine

Run nix build .#<foldername>