This commit is contained in:
2026-03-03 20:52:24 +01:00
parent 55cb6370eb
commit b559140506

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.sshd = { config, user, ... }: {
flake.nixosModules.sshd = { config, ... }: {
services.openssh.enable = true;
# sops.secrets."users/${user}/intern/public" = {};