fix user public keys
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
enable = true;
|
||||
fixPermissions = true;
|
||||
extraConfig = ''StreamLocalBindUnlink yes'';
|
||||
authorizedKeysFiles = [ "../users/dennis/keys/yubikey.pub" ];
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
|
@ -2,9 +2,8 @@
|
||||
{
|
||||
time.timeZone = "America/New_York";
|
||||
console.keyMap = "us";
|
||||
boot.zfs.extraPools = [ "ZFS-primary" ];
|
||||
networking.hostId = "dc2f9781";
|
||||
boot.initrd.network.ssh.authorizedKeys = [ "ssh-ed25519 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ];
|
||||
boot.zfs.extraPools = [ "ZFS-primary" ];
|
||||
|
||||
virtualisation = {
|
||||
docker = {
|
||||
|
Reference in New Issue
Block a user