more devices

This commit is contained in:
RingOfStorms (Josh) 2024-09-22 12:31:03 -05:00
parent 1c6f6ef6d3
commit 921a59a30e
4 changed files with 97 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{ settings, pkgs, ... }:
{ settings, ... }:
{
# Ensure SSH key pair generation for non-root users
systemd.services.generate_ssh_key = {