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