chore(common): move ghostty terminfo to server
This commit is contained in:
parent
f6ed5e951b
commit
da0324ccf9
2 changed files with 5 additions and 2 deletions
|
@ -70,8 +70,6 @@ in
|
||||||
neovim
|
neovim
|
||||||
ripgrep
|
ripgrep
|
||||||
wget
|
wget
|
||||||
|
|
||||||
ghostty.terminfo
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hm = {
|
hm = {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
config,
|
config,
|
||||||
_utils,
|
_utils,
|
||||||
...
|
...
|
||||||
|
@ -22,6 +23,10 @@ in
|
||||||
hermetic = false; # hermetic fucks up for cross-system deployments
|
hermetic = false; # hermetic fucks up for cross-system deployments
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
ghostty.terminfo
|
||||||
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue