mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
reorder
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.sshd = { config, ... }: {
|
||||
services.openssh.enable = true;
|
||||
|
||||
# sops.secrets."users/${user}/intern/public" = {};
|
||||
|
||||
# users.users.${user}.openssh.authorizedKeys.keyFiles = [
|
||||
# config.sops.secrets."users/${user}/intern/public".path
|
||||
# ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user