summaryrefslogtreecommitdiff
path: root/machines/khad
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-11-21 00:07:18 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-11-21 00:07:18 -0700
commit58a154216dc3be7f972b1fa778729752b120ea23 (patch)
tree5ca5ad7e4606b9b54ebc7be20013bca1e7820e8a /machines/khad
parent0abef70c025c48850b651f63c88086088576a5ed (diff)
open ssh to recieve scp from build server (doretta)
Diffstat (limited to 'machines/khad')
-rw-r--r--machines/khad/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index 5806dbe..7527c7d 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -129,7 +129,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
- # services.openssh.enable = true;
+ services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];