enable ssh on pinephonepro

This commit is contained in:
Clayton Hickey 2026-03-08 20:43:10 -04:00
parent f77fd9a19b
commit 3625ec971f
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ

View file

@ -25,6 +25,10 @@
alsa.support32Bit = true;
pulse.enable = true;
};
services.openssh = {
enable = true;
};
# Enable power management options
powerManagement.enable = true;