iso7010print/configuration.nix

9 lines
375 B
Nix
Raw Permalink Normal View History

2023-08-14 17:33:59 +01:00
{... }: {
services.openssh = {
permitRootLogin = "yes";
enable = true;
};
services.tailscale.enable = true;
users.users.root.openssh.authorizedKeys.keys = [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQdGzwYiallvWXIHgSAf2GOwMJKA8bxPmwyuO+vsd1HwB65hMRPCpKS+FNLIpkrADNnuhGS3xGCGSSuQ+zAu/g= zinc-se-main@secretive.zinc.local" ];
}