Update from update-inputs-2024-05-17-12-29

This commit is contained in:
Update Bot 2024-05-17 12:29:29 +02:00
commit cfb571eb73
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -2,7 +2,6 @@
kyouma.machine-type.headless = true;
documentation.man.generateCaches = false;
environment.systemPackages = with pkgs; [
vim
];