diff --git a/home/jacob.nix b/home/jacob.nix index d59c948..39680b4 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -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; diff --git a/machines/buck/configuration.nix b/machines/buck/configuration.nix index 728cd3b..b70d710 100644 --- a/machines/buck/configuration.nix +++ b/machines/buck/configuration.nix @@ -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 = {