diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 15:58:54 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 15:58:54 -0700 |
| commit | 7014c13c8c08bbe580ecd31fad40e8304c789d74 (patch) | |
| tree | 303ebf5601e409472ccdb9c0e98bd61ed7065541 /machines/picast | |
| parent | 9bf5c192a3d04f886167fb676c7732e5cbc2b29d (diff) | |
broke ssh for a minute there
Diffstat (limited to 'machines/picast')
| -rw-r--r-- | machines/picast/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 2f9fd80..06cc3f9 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -75,6 +75,8 @@ # enableSSHSupport = true; # }; + services.openssh.enable = true; + # List services that you want to enable: # Open ports in the firewall. |
