me stupid
This commit is contained in:
parent
3e73ddbcef
commit
127415152b
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,6 @@ with lib; {
|
|||
|
||||
security.dhparams.defaultBitSize = 4096;
|
||||
|
||||
documentation.man.generateCaches = false;
|
||||
system.activationScripts.motd.text = let
|
||||
cfg = config.system.nixos;
|
||||
in ''
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue