refactor ssh and add WOL to laptop

This commit is contained in:
Kopatz
2023-11-16 18:28:18 +01:00
parent f37d03337f
commit b584dafa8c
8 changed files with 36 additions and 22 deletions

View File

@@ -44,5 +44,8 @@ in
packages = with pkgs; [
firefox
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas"
];
};
}

View File

@@ -48,5 +48,8 @@ in
librewolf
ungoogled-chromium
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas"
];
};
}