mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-25 14:23:40 +01:00
Tidy up
This commit is contained in:
parent
4f99a83ccb
commit
a6d1f611c0
44
home.nix
44
home.nix
@ -17,26 +17,19 @@
|
|||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
arp-scan
|
arp-scan
|
||||||
bat
|
|
||||||
diskonaut
|
diskonaut
|
||||||
doggo
|
doggo
|
||||||
dust
|
dust
|
||||||
emacs28
|
|
||||||
fd
|
|
||||||
glances
|
|
||||||
glow
|
glow
|
||||||
gum
|
gum
|
||||||
html-tidy
|
|
||||||
hyfetch
|
hyfetch
|
||||||
hyperfine
|
hyperfine
|
||||||
just
|
just
|
||||||
lsd
|
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
parallel
|
|
||||||
starship
|
starship
|
||||||
tealdeer
|
|
||||||
vivid
|
vivid
|
||||||
wthrr
|
wthrr
|
||||||
|
yazi
|
||||||
zellij
|
zellij
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -87,40 +80,37 @@
|
|||||||
# ssh config
|
# ssh config
|
||||||
programs.ssh.enable = true;
|
programs.ssh.enable = true;
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh.matchBlocks = {
|
||||||
"nixos.tail7dd4a.ts.net" = {
|
"auxnc-8g" = {
|
||||||
hostname = "nixos.tail7dd4a.ts.net";
|
hostname = "auxnc-8g.lyrebird-marlin.ts.net";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
};
|
||||||
"thedas.tail7dd4a.ts.net" = {
|
"auxnc-96g" = {
|
||||||
hostname = "thedas.tail7dd4a.ts.net";
|
hostname = "auxnc-96g.lyrebird-marlin.ts.net";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
|
||||||
"aux-vm" = {
|
|
||||||
hostname = "10.0.0.26";
|
|
||||||
user = "jas";
|
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
};
|
||||||
"bttracker.nirn.quest" = {
|
"bttracker.nirn.quest" = {
|
||||||
hostname = "bttracker.nirn.quest";
|
hostname = "bttracker.nirn.quest";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
};
|
||||||
|
"desktop" = {
|
||||||
|
hostname = "desktop.lyrebird-marlin.ts.net";
|
||||||
|
user = "jas";
|
||||||
};
|
};
|
||||||
"hyperreal.coffee" = {
|
"hyperreal.coffee" = {
|
||||||
hostname = "hyperreal.coffee";
|
hostname = "hyperreal.coffee";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
};
|
||||||
"qbittorrent" = {
|
"laptop" = {
|
||||||
hostname = "10.0.0.82";
|
hostname = "laptop.lyrebird-marlin.ts.net";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
};
|
||||||
"truenas" = {
|
"nas-vm" = {
|
||||||
hostname = "10.0.0.81";
|
hostname = "nas-vm.lyrebird-marlin.ts.net";
|
||||||
|
user = "jas";
|
||||||
|
};
|
||||||
|
"nas" = {
|
||||||
|
hostname = "nas.lyrebird-marlin.ts.net";
|
||||||
user = "admin";
|
user = "admin";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user