nix-config/lib/admins.nix

7 lines
75 B
Nix

{ config, ... }:
{
imports = [
../secrets/lib/authorized_keys
];
}