updates for ssh
This commit is contained in:
parent
ad48b00fd8
commit
483f72c776
3 changed files with 10 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue