Update from update-inputs-2024-05-17-13-07

This commit is contained in:
Update Bot 2024-05-17 13:07:54 +02:00
commit 08cd036fbd
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,6 @@ with lib; {
security.dhparams.defaultBitSize = 4096;
documentation.man.generateCaches = false;
system.activationScripts.motd.text = let
cfg = config.system.nixos;
in ''

View file

@ -6,7 +6,7 @@
min-free = ${builtins.toString (4096 * 1024 * 1024)}
max-free = ${builtins.toString (8192 * 1024 * 1024)}
max-substitution-jobs = 20
max-silent-time = 900
max-silent-time = 3600
'';
users.users.build = {
isNormalUser = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: {
{ lib, pkgs, ... }: {
kyouma.machine-type.headless = true;
@ -6,6 +6,7 @@
vim
];
documentation.man.generateCaches = false;
services.openssh.enable = lib.mkDefault true;
services.vnstat.enable = lib.mkDefault true;
}