Attempt to update blockhouse to 25.05 flake and break out a few common items

This commit is contained in:
Lauren Lagarde 2025-07-14 23:12:12 -05:00
parent ea09a0fac8
commit 3440111c0f
4 changed files with 97 additions and 161 deletions

View file

@ -10,6 +10,9 @@
# Fix stupid UI scaling bug
services.xserver.dpi = 96;
# Docker NVIDIA
virtualisation.docker.enableNvidia = true;
hardware.nvidia = {
# Modesetting is required.
modesetting.enable = true;

View file

@ -3,6 +3,7 @@
enable = true;
settings = {
PermitRootLogin = lib.mkForce "no";
StreamLocalBindUnlink = "yes";
PasswordAuthentication = false;
};
};