3 lines
124 B
Nix
3 lines
124 B
Nix
|
{ config, desktop, lib, pkgs, ... }:
|
||
|
users.users.root.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/keys.txt ];
|
||
|
}
|