🚀 add howdy

This commit is contained in:
Moritz Böhme 2022-10-09 20:49:35 +02:00
parent 0e664ab358
commit 97f95b7a96
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 127 additions and 30 deletions

View file

@ -68,19 +68,6 @@
# So we don't have to do this later...
security.acme.acceptTerms = true;
# Enable doas as an alternative to sudo
security.doas = {
enable = lib.mkDefault true;
extraRules = [
# Do not ask for a password again for some time after the user successfully authenticates.
{
groups = [ "wheel" "doas" ];
persist = true;
}
];
};
security.sudo.enable = !config.security.doas.enable;
# SSH
services.openssh = {
# Disable ssh password login