ssh host changes for lolcathost and hyrule
This commit is contained in:
parent
c3b02c5f7b
commit
b646675328
5 changed files with 30 additions and 15 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
#inputs.hyprpanel.packages.homeManagerModules.hyprpanel
|
|
||||||
../modules/git.nix
|
../modules/git.nix
|
||||||
../modules/bat.nix
|
../modules/bat.nix
|
||||||
../modules/fish.nix
|
../modules/fish.nix
|
||||||
|
|
@ -23,7 +22,7 @@
|
||||||
../modules/nixcord.nix
|
../modules/nixcord.nix
|
||||||
|
|
||||||
#../modules/hypr/hypridle.nix
|
#../modules/hypr/hypridle.nix
|
||||||
#../modules/hypr/hyprlock.nix
|
../modules/hypr/hyprlock.nix
|
||||||
../modules/kanshi.nix
|
../modules/kanshi.nix
|
||||||
../modules/ags
|
../modules/ags
|
||||||
];
|
];
|
||||||
|
|
@ -126,6 +125,15 @@
|
||||||
port = 22;
|
port = 22;
|
||||||
identityFile = "~/.ssh/id_subspace";
|
identityFile = "~/.ssh/id_subspace";
|
||||||
};
|
};
|
||||||
|
dead = {
|
||||||
|
hostname = "deadlyserver.com";
|
||||||
|
user = "emile";
|
||||||
|
port = 29843;
|
||||||
|
identityFile = "~/.ssh/id_deadlyserver";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
|
};
|
||||||
youcue = {
|
youcue = {
|
||||||
hostname = "moss.labs.eait.uq.edu.au";
|
hostname = "moss.labs.eait.uq.edu.au";
|
||||||
user = "s4740056";
|
user = "s4740056";
|
||||||
|
|
@ -135,15 +143,6 @@
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deadlyserver = {
|
|
||||||
hostname = "deadlyserver.com";
|
|
||||||
user = "emile";
|
|
||||||
port = 29843;
|
|
||||||
identityFile = "~/.ssh/id_deadlyserver";
|
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,18 +35,33 @@
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
|
|
||||||
matchBlocks = {
|
machBlocks = {
|
||||||
hyrule = {
|
hyrule = {
|
||||||
hostname = "imbored.dev";
|
hostname = "imbored.dev";
|
||||||
user = "ae";
|
user = "ae";
|
||||||
port = 22;
|
port = 22;
|
||||||
identityFile = "~/.ssh/id_hyrule";
|
identityFile = "~/.ssh/id_hyrule";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "linux";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
YearnForTheMines = {
|
dead = {
|
||||||
hostname = "deadlyserver.com";
|
hostname = "deadlyserver.com";
|
||||||
user = "emile";
|
user = "emile";
|
||||||
port = 29843;
|
port = 29843;
|
||||||
identityFile = "~/.ssh/id_deadlyserver";
|
identityFile = "~/.ssh/id_deadlyserver";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
youcue = {
|
||||||
|
hostname = "moss.labs.eait.uq.edu.au";
|
||||||
|
user = "s4740056";
|
||||||
|
port = 22;
|
||||||
|
identityFile = "~/.ssh/id_youcue";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -450,10 +450,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
vim
|
vim
|
||||||
helix
|
helix
|
||||||
|
|
||||||
#wishlist
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -229,6 +229,7 @@ in {
|
||||||
acpi
|
acpi
|
||||||
vim
|
vim
|
||||||
powertop
|
powertop
|
||||||
|
gcc
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
|
|
@ -213,6 +213,7 @@ in {
|
||||||
acpi
|
acpi
|
||||||
vim
|
vim
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
|
gcc
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue