Attempt to update blockhouse to 25.05 flake and break out a few common items
This commit is contained in:
parent
ea09a0fac8
commit
3440111c0f
4 changed files with 97 additions and 161 deletions
|
@ -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;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = lib.mkForce "no";
|
||||
StreamLocalBindUnlink = "yes";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue