feat: ssh configuration

This commit is contained in:
Guz
2024-10-09 20:07:53 -03:00
parent e62c4e22a5
commit 2bf3a8c9c8

View File

@@ -3,7 +3,7 @@
pkgs,
inputs,
...
}: {
} @ args: {
imports = [
inputs.dot013-environment.homeManagerModule
inputs.rec-sh.homeManagerModules.rec-sh
@@ -13,6 +13,17 @@
dot013.environment.enable = true;
dot013.environment.tmux.sessionizer.paths = ["~/.projects"];
dot013.environment.ssh.devices = {
"spacestation" = {
hostname = "${args.osConfig.battleship-secrets.lesser.devices.spacestation}";
};
"figther" = {
hostname = "${args.osConfig.battleship-secrets.lesser.devices.figther}";
};
"battleship" = {
hostname = "${args.osConfig.battleship-secrets.lesser.devices.battleship}";
};
};
programs.brave.enable = true;
programs.brave.extensions = [