Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2aa87cffb8 | ||
|
|
ba5360c094 | ||
|
|
1df3eb0d7a |
6 changed files with 17 additions and 12 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -371,17 +371,17 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779885470,
|
"lastModified": 1779974732,
|
||||||
"narHash": "sha256-eXkIlzY7OCWW0P9RTi+B3UBKy1SU6cELNwEy50TVZkg=",
|
"narHash": "sha256-/4P6dIPg62+kjFiwhm3BfzCMI93+HMqusIG4dVpyBxM=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "dfc944d5faf4da8b9a4852806c3a2c32b2c46532",
|
"rev": "2d9109d1bd14ada2ec8a271741f3fe8c1a911b9f",
|
||||||
"revCount": 777,
|
"revCount": 797,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
|
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git"
|
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyperhive-website": {
|
"hyperhive-website": {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#inputs.nixpkgs.follows = "nixpkgs";
|
#inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hyperhive = {
|
hyperhive = {
|
||||||
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
|
url = "git+https://forge.darkest.space/hyperhive/hyperhive.git";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||||
|
|
|
||||||
|
|
@ -74,11 +74,10 @@
|
||||||
arduino-cli
|
arduino-cli
|
||||||
arduino-ide
|
arduino-ide
|
||||||
btop
|
btop
|
||||||
unstable.claude-code
|
|
||||||
dconf2nix
|
dconf2nix
|
||||||
|
file
|
||||||
foliate
|
foliate
|
||||||
fractal
|
fractal
|
||||||
file
|
|
||||||
geary
|
geary
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
gparted
|
gparted
|
||||||
|
|
@ -86,13 +85,15 @@
|
||||||
jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
kdiff3
|
kdiff3
|
||||||
keepassxc
|
keepassxc
|
||||||
lutris
|
# lutris
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
onefetch
|
onefetch
|
||||||
servicepoint-cli
|
servicepoint-cli
|
||||||
servicepoint-simulator
|
servicepoint-simulator
|
||||||
|
tea
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
|
unstable.claude-code
|
||||||
vlc
|
vlc
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wirelesstools
|
wirelesstools
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,10 @@
|
||||||
HostName = "forgejo-runner-1.dev.zerforschen.plus";
|
HostName = "forgejo-runner-1.dev.zerforschen.plus";
|
||||||
User = "root";
|
User = "root";
|
||||||
};
|
};
|
||||||
|
"hyperforge" = {
|
||||||
|
HostName = "hyperforge.darkest.space";
|
||||||
|
User = "root";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ forDevice (
|
||||||
time.timeZone = lib.mkDefault "Etc/UTC";
|
time.timeZone = lib.mkDefault "Etc/UTC";
|
||||||
|
|
||||||
my = {
|
my = {
|
||||||
# keep-sorted start
|
# keep-sorted start block=yes
|
||||||
autoupdate.enable = true;
|
autoupdate.enable = true;
|
||||||
distributedBuilds.enable = true;
|
distributedBuilds.enable = true;
|
||||||
extraCaches = {
|
extraCaches = {
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyperhive.darkest.space" = {
|
"hyperhive.darkest.space" = {
|
||||||
addSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue