updates for ssh

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-20 01:38:55 -06:00
parent ad48b00fd8
commit 483f72c776
3 changed files with 10 additions and 6 deletions

View file

@ -49,7 +49,6 @@ in
];
};
# rate limiting for github
nix.extraOptions = ''
keep-outputs = true
@ -111,6 +110,11 @@ in
LC_TIME = defaultLocal;
};
# make shutdown faster for waiting
systemd.extraConfig = ''
DefaultTimeoutStopSec=15s
'';
# Some basics
nixpkgs.config.allowUnfree = settings.allowUnfree;
nixpkgs.config.allowUnfreePredicate = (pkg: true);