Set up workstation, back to regular DPI on buck
This commit is contained in:
parent
e66357a2f2
commit
9fd2d336f2
@ -184,7 +184,7 @@
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Hack";
|
||||
size = 24;
|
||||
size = 18;
|
||||
};
|
||||
};
|
||||
lazygit.enable = true;
|
||||
@ -221,7 +221,7 @@
|
||||
proxyJump = "login1";
|
||||
};
|
||||
penny = {
|
||||
hostname = "192.168.88.14";
|
||||
hostname = "192.168.88.18";
|
||||
user = "jhinkle";
|
||||
};
|
||||
dlcluster = {
|
||||
@ -313,7 +313,7 @@
|
||||
};
|
||||
};
|
||||
syncthing = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
# cause the tray command to wait for the service and tray manager to start
|
||||
extraOptions = [ "--wait" ];
|
||||
tray.enable = true;
|
||||
|
||||
@ -118,6 +118,18 @@
|
||||
|
||||
# List services that you want to enable:
|
||||
services = {
|
||||
logind = {
|
||||
extraConfig = ''
|
||||
[Login]
|
||||
KillUserProcesses=no
|
||||
HandleLidSwitch=suspend
|
||||
HandleLidSwitchDocked=ignore
|
||||
HandleLidSwitchExternalPower=suspend
|
||||
IdleAction=suspend
|
||||
IdleActionSec=15min
|
||||
'';
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
openssh.enable = true;
|
||||
|
||||
@ -147,7 +159,7 @@
|
||||
# Enable the X11 windowing system. services.xserver.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
dpi = 180;
|
||||
#dpi = 180;
|
||||
displayManager = {
|
||||
defaultSession = "none+i3";
|
||||
autoLogin = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user