Configuration for NixOS machines. https://jungle.bsc.es/
Go to file
Aleix Boné 5d549df767
Fix nginx /cache regex
`nix-serve` does not handle duplicates in the path:
```
hut$ curl http://127.0.0.1:5000/nix-cache-info
StoreDir: /nix/store
WantMassQuery: 1
Priority: 30
hut$ curl http://127.0.0.1:5000//nix-cache-info
File not found.
```

This meant that the cache was not accessible via:
`curl https://jungle.bsc.es/cache/nix-cache-info` but
`curl https://jungle.bsc.es/cachenix-cache-info` worked.
2025-02-26 15:31:05 +01:00
doc Add documentation section about GRUB chain loading 2024-09-12 08:36:47 +02:00
m Fix nginx /cache regex 2025-02-26 15:31:05 +01:00
pkgs Fix MPICH build by fetching upstream patches too 2025-01-16 15:43:13 +01:00
secrets Update PM GitLab tokens to new URL 2025-01-16 15:43:13 +01:00
web Fix papermod theme in website for new hugo 2025-01-16 15:43:13 +01:00
.gitignore Ignore misc directory 2025-01-16 14:23:19 +01:00
flake.lock flake.lock: Update 2025-01-16 15:43:13 +01:00
flake.nix Set nixpkgs to track nixos-24.11 2025-01-16 15:43:13 +01:00
keys.nix Reorganize secrets and ssh keys 2023-09-04 21:36:31 +02:00
nixos-config.nix Add nixos-config.nix to easily enable nix repl 2023-05-26 11:29:59 +02:00
rebuild.sh Update rebuild script for all nodes 2023-06-16 12:13:07 +02:00