Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
5dc4873036
3 changed files with 12 additions and 4 deletions
|
@ -28,6 +28,7 @@ in {
|
||||||
services.journald.extraConfig = "SystemMaxUse=1G";
|
services.journald.extraConfig = "SystemMaxUse=1G";
|
||||||
|
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
# home-manager.useUserPkgs = true; # wut is this?
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
variables = {
|
variables = {
|
||||||
|
@ -137,7 +138,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
PermitRootLogin = "yes";
|
PermitRootLogin = "prohibit-password";
|
||||||
};
|
};
|
||||||
|
|
||||||
openFirewall = lib.mkDefault true;
|
openFirewall = lib.mkDefault true;
|
||||||
|
|
|
@ -815,6 +815,10 @@ in {
|
||||||
STOP_SERVER_ANNOUNCE_DELAY = "20";
|
STOP_SERVER_ANNOUNCE_DELAY = "20";
|
||||||
TZ = "America/Chicago";
|
TZ = "America/Chicago";
|
||||||
VERSION = "1.20.4";
|
VERSION = "1.20.4";
|
||||||
|
OPS = "lytedev";
|
||||||
|
MODE = "creative";
|
||||||
|
DIFFICULTY = "peaceful";
|
||||||
|
ONLINE_MODE = "false";
|
||||||
MEMORY = "8G";
|
MEMORY = "8G";
|
||||||
MAX_MEMORY = "16G";
|
MAX_MEMORY = "16G";
|
||||||
ALLOW_FLIGHT = "true";
|
ALLOW_FLIGHT = "true";
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
inputs.hardware.nixosModules.lenovo-thinkpad-x1-yoga
|
inputs.hardware.nixosModules.lenovo-thinkpad-x1-yoga
|
||||||
desktop-usage
|
desktop-usage
|
||||||
fonts
|
fonts
|
||||||
gnome
|
# gnome
|
||||||
|
kde-plasma
|
||||||
wifi
|
wifi
|
||||||
flanfam
|
flanfam
|
||||||
flanfamkiosk
|
flanfamkiosk
|
||||||
|
@ -39,8 +40,10 @@
|
||||||
#with pkgs;
|
#with pkgs;
|
||||||
[];
|
[];
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam = {
|
||||||
programs.steam.remotePlay.openFirewall = true;
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Yoga_(Gen_3)#Using_acpi_call
|
# https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Yoga_(Gen_3)#Using_acpi_call
|
||||||
systemd.services.activate-touch-hack = {
|
systemd.services.activate-touch-hack = {
|
||||||
|
|
Loading…
Reference in a new issue