This commit is contained in:
2023-10-14 18:23:24 +02:00
parent 4a4ac47f3c
commit 0c7440c81d
7 changed files with 14 additions and 64 deletions
+11
View File
@@ -54,6 +54,17 @@
services.thermald.enable = lib.mkIf (config.nixpkgs.system == "x86_64-linux") true;
# System fonts
# Nice to have when X-forwading on headless machines
fonts.fontDir.enable = true; # creates /run/current-system/sw/share/X11/fonts
fonts.enableDefaultFonts = true; # dejavu, freefont, gyre, liberation, unifont, noto-fonts-emoji
fonts.fonts = with pkgs; [
noto-fonts # includes Cousine
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-extra
];
# firewall
services.fail2ban.enable = config.services.openssh.enable;
networking.firewall.enable = true; # default