nix-config/lib/admins.nix
2019-05-01 00:39:48 +02:00

7 lines
75 B
Nix

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