summaryrefslogtreecommitdiff
path: root/hosts/local
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-07 00:23:55 +0700
committerpolwex <polwex@sortug.com>2024-09-07 00:23:55 +0700
commit479d74e5146a601c2244153e8aa89e723b30cbe5 (patch)
treeab4df0c3c3a39821825feb7447f084765d53c1b8 /hosts/local
parent6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (diff)
m
Diffstat (limited to 'hosts/local')
-rw-r--r--hosts/local/fw11/configuration.nix7
-rw-r--r--hosts/local/ohira/configuration.nix10
-rw-r--r--hosts/local/wayland.nix1
3 files changed, 11 insertions, 7 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix
index bd9aa30..32c27b7 100644
--- a/hosts/local/fw11/configuration.nix
+++ b/hosts/local/fw11/configuration.nix
@@ -52,12 +52,17 @@ in {
# List services that you want to enable:
- services.openssh.enable = false;
+ services.openssh.enable = true;
+ services.openssh.ports = [5555];
# firmware update
services.fwupd.enable = true;
services.flatpak.enable = true;
+ # don't sleep if closed lid;
+ services.logind.lidSwitchExternalPower = "ignore";
+ services.logind.lidSwitchDocked = "ignore";
+ services.logind.lidSwitch = "ignore";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix
index 08ce794..41e058d 100644
--- a/hosts/local/ohira/configuration.nix
+++ b/hosts/local/ohira/configuration.nix
@@ -124,11 +124,11 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
- # programs.steam = {
- # enable = true;
- # remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
- # dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
- # };
+ programs.steam = {
+ enable = true;
+ remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
+ dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
+ };
# List packages installed in system profile. To search, run:
# $ nix search wget
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix
index 57fd4cc..7b02828 100644
--- a/hosts/local/wayland.nix
+++ b/hosts/local/wayland.nix
@@ -103,7 +103,6 @@
kompare
meld
# tmp
- grapejuice
dosbox
];