Merge branch 'vps7'

This commit is contained in:
2023-08-28 17:42:57 +08:00
4 changed files with 6 additions and 5 deletions

6
flake.lock generated
View File

@@ -627,11 +627,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1693061868,
"narHash": "sha256-7VytKM9i9pgQLPitfj+ObXqjwvPu1fPPNS2lsS1j21k=",
"lastModified": 1693204125,
"narHash": "sha256-pENr1Nun88fNr7b5tXjKsd6O3+XzMpuKi8lqx6S0nIQ=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "79d27b4bd832232e9cf603a15d0d93c373210531",
"rev": "c59d0401ea4fa9e6f61698939643ae1f0a8c7062",
"type": "github"
},
"original": {

View File

@@ -345,7 +345,7 @@
network.enable = true;
sshd = { enable = true; hostKeys = [ "/nix/persistent/etc/ssh/initrd_ssh_host_ed25519_key" ]; };
};
system.march = "znver2";
system.march = "broadwell";
};})
];
"nas" =

View File

@@ -82,7 +82,7 @@ inputs:
env = "production"
dump_dir = "/var/lib/meilisearch/${instance.name}/dumps"
log_level = "INFO"
max_indexing_memory = "2Gb"
max_indexing_memory = "8Gb"
'';
owner = inputs.config.users.users.misskey.name;
};

View File

@@ -220,6 +220,7 @@ inputs:
alderlake = "MALDERLAKE";
sandybridge = "MSANDYBRIDGE";
silvermont = "MSILVERMONT";
broadwell = "MBROADWELL";
znver2 = "MZEN2";
znver3 = "MZEN3";
};