fix hardware config for board, move some things around

This commit is contained in:
k3t
2026-06-01 18:32:49 -06:00
parent 9ae84f044f
commit 505c3629fc
4 changed files with 13 additions and 26 deletions
-1
View File
@@ -18,7 +18,6 @@
};
networking.networkmanager.wifi.powersave = false;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
environment.systemPackages = with pkgs; [
-12
View File
@@ -1,12 +0,0 @@
{ pkgs, ... }: {
#environment.systemPackages = with pkgs; [
#];
services.fail2ban.enable = true;
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
}