summaryrefslogtreecommitdiff
path: root/hosts/local/fw11/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r--hosts/local/fw11/configuration.nix7
1 files changed, 6 insertions, 1 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