refactor ssh and add WOL to laptop
This commit is contained in:
@@ -44,5 +44,8 @@ in
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,5 +48,8 @@ in
|
||||
librewolf
|
||||
ungoogled-chromium
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user