diff --git a/flake.lock b/flake.lock index 5ca40ef..c4ed183 100644 --- a/flake.lock +++ b/flake.lock @@ -371,17 +371,17 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1779974732, - "narHash": "sha256-/4P6dIPg62+kjFiwhm3BfzCMI93+HMqusIG4dVpyBxM=", + "lastModified": 1779885470, + "narHash": "sha256-eXkIlzY7OCWW0P9RTi+B3UBKy1SU6cELNwEy50TVZkg=", "ref": "refs/heads/main", - "rev": "2d9109d1bd14ada2ec8a271741f3fe8c1a911b9f", - "revCount": 797, + "rev": "dfc944d5faf4da8b9a4852806c3a2c32b2c46532", + "revCount": 777, "type": "git", - "url": "https://forge.darkest.space/hyperhive/hyperhive.git" + "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" }, "original": { "type": "git", - "url": "https://forge.darkest.space/hyperhive/hyperhive.git" + "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" } }, "hyperhive-website": { diff --git a/flake.nix b/flake.nix index 46b5e52..9949386 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ #inputs.nixpkgs.follows = "nixpkgs"; }; hyperhive = { - url = "git+https://forge.darkest.space/hyperhive/hyperhive.git"; + url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git"; inputs = { nixpkgs.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs-unstable"; diff --git a/homeConfigurations/muede/default.nix b/homeConfigurations/muede/default.nix index 2b4bc17..331d291 100644 --- a/homeConfigurations/muede/default.nix +++ b/homeConfigurations/muede/default.nix @@ -74,10 +74,11 @@ arduino-cli arduino-ide btop + unstable.claude-code dconf2nix - file foliate fractal + file geary gnome-terminal gparted @@ -85,15 +86,13 @@ jetbrains-toolbox kdiff3 keepassxc - # lutris + lutris nextcloud-client onefetch servicepoint-cli servicepoint-simulator - tea telegram-desktop thunderbird - unstable.claude-code vlc wireguard-tools wirelesstools diff --git a/homeConfigurations/muede/ssh.nix b/homeConfigurations/muede/ssh.nix index 52cc5eb..8f85661 100644 --- a/homeConfigurations/muede/ssh.nix +++ b/homeConfigurations/muede/ssh.nix @@ -55,10 +55,6 @@ HostName = "forgejo-runner-1.dev.zerforschen.plus"; User = "root"; }; - "hyperforge" = { - HostName = "hyperforge.darkest.space"; - User = "root"; - }; }; }; } diff --git a/nixosConfigurations.nix b/nixosConfigurations.nix index 1cfb029..43e998a 100644 --- a/nixosConfigurations.nix +++ b/nixosConfigurations.nix @@ -69,7 +69,7 @@ forDevice ( time.timeZone = lib.mkDefault "Etc/UTC"; my = { - # keep-sorted start block=yes + # keep-sorted start autoupdate.enable = true; distributedBuilds.enable = true; extraCaches = { diff --git a/nixosConfigurations/hetzner-vpn2/nginx.nix b/nixosConfigurations/hetzner-vpn2/nginx.nix index 0ee2f3c..6c57361 100644 --- a/nixosConfigurations/hetzner-vpn2/nginx.nix +++ b/nixosConfigurations/hetzner-vpn2/nginx.nix @@ -43,7 +43,7 @@ in }; "hyperhive.darkest.space" = { - forceSSL = true; + addSSL = true; enableACME = true; root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default; };