fix(koishi): daiyousei

This commit is contained in:
Kat Inskip 2022-09-25 21:57:05 -07:00
parent 35644f7e04
commit e72d79dd3a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 5 additions and 15 deletions

View file

@ -1,6 +0,0 @@
{
"storage_version": 1,
"cookie_secret": "01549d59c31ba18263ed0136121dafffb05a163935286f08a145ae33238cc4fbc2b7b123e65af03de968683ee133707f87ffdf750299417375c26b87ec00f1ef",
"last_update_check": null,
"remote_version": null
}

View file

@ -12,7 +12,7 @@
config = { config = {
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host daiyousei-build Host daiyousei-build
HostName daiyousei.inskip.me HostName ${meta.tailnet.daiyousei.ipv4}
Port 62954 Port 62954
User root User root
''; '';

View file

@ -4,18 +4,14 @@
bootstrapPkgs = import ./overlays { inherit inputs system; }; bootstrapPkgs = import ./overlays { inherit inputs system; };
inherit (pkgs) lib; inherit (pkgs) lib;
patchedInputs = inputs // { patchedInputs = inputs /*// {
nixpkgs = bootstrapPkgs.applyPatches { nixpkgs = bootstrapPkgs.applyPatches {
name = "nixpkgs"; name = "nixpkgs";
src = inputs.nixpkgs; src = inputs.nixpkgs;
patches = [ (bootstrapPkgs.fetchpatch { patches = [
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/180469.patch";
sha256 = "sha256-uxgx5fLB5450EgqP7OxETD5SKDd4l5qhTFzU/6azPZA=";
})
]; ];
}; };
} // { darwin = bootstrapPkgs.applyPatches { }*/ // { darwin = bootstrapPkgs.applyPatches {
name = "darwin"; name = "darwin";
src = inputs.darwin; src = inputs.darwin;
patches = [ (bootstrapPkgs.fetchpatch { patches = [ (bootstrapPkgs.fetchpatch {

2
tf

@ -1 +1 @@
Subproject commit 4b5bebfd4f658e7e0722cd7e623103b44ec8b5b5 Subproject commit 8677c775dad6c88703793030281502c755cfff3b