Compare commits

...
Author SHA1 Message Date
müde
2aa87cffb8 hyperhive host: force ssl, ssh alias for hyperforge 2026-05-28 18:23:35 +02:00
müde
ba5360c094 nix fmt 2026-05-28 18:22:36 +02:00
müde
1df3eb0d7a hyperhive: update url 2026-05-28 18:22:07 +02:00
6 changed files with 17 additions and 12 deletions

12
flake.lock generated
View file

@ -371,17 +371,17 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1779885470,
"narHash": "sha256-eXkIlzY7OCWW0P9RTi+B3UBKy1SU6cELNwEy50TVZkg=",
"lastModified": 1779974732,
"narHash": "sha256-/4P6dIPg62+kjFiwhm3BfzCMI93+HMqusIG4dVpyBxM=",
"ref": "refs/heads/main",
"rev": "dfc944d5faf4da8b9a4852806c3a2c32b2c46532",
"revCount": 777,
"rev": "2d9109d1bd14ada2ec8a271741f3fe8c1a911b9f",
"revCount": 797,
"type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
},
"original": {
"type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}
},
"hyperhive-website": {

View file

@ -14,7 +14,7 @@
#inputs.nixpkgs.follows = "nixpkgs";
};
hyperhive = {
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
url = "git+https://forge.darkest.space/hyperhive/hyperhive.git";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";

View file

@ -74,11 +74,10 @@
arduino-cli
arduino-ide
btop
unstable.claude-code
dconf2nix
file
foliate
fractal
file
geary
gnome-terminal
gparted
@ -86,13 +85,15 @@
jetbrains-toolbox
kdiff3
keepassxc
lutris
# lutris
nextcloud-client
onefetch
servicepoint-cli
servicepoint-simulator
tea
telegram-desktop
thunderbird
unstable.claude-code
vlc
wireguard-tools
wirelesstools

View file

@ -55,6 +55,10 @@
HostName = "forgejo-runner-1.dev.zerforschen.plus";
User = "root";
};
"hyperforge" = {
HostName = "hyperforge.darkest.space";
User = "root";
};
};
};
}

View file

@ -69,7 +69,7 @@ forDevice (
time.timeZone = lib.mkDefault "Etc/UTC";
my = {
# keep-sorted start
# keep-sorted start block=yes
autoupdate.enable = true;
distributedBuilds.enable = true;
extraCaches = {

View file

@ -43,7 +43,7 @@ in
};
"hyperhive.darkest.space" = {
addSSL = true;
forceSSL = true;
enableACME = true;
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
};