This commit is contained in:
Generated
+3
-3
@@ -711,11 +711,11 @@
|
|||||||
"nvchad-starter": {
|
"nvchad-starter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781540169,
|
"lastModified": 1782738765,
|
||||||
"narHash": "sha256-WInj893sq8gTtIvSu0EY/5/3EiYpy2SPcNetjpKO68o=",
|
"narHash": "sha256-/jxBHJ74FYVYm8JGO3ay2J3B2/Rf3/KvroivtJFFJRM=",
|
||||||
"owner": "naps62",
|
"owner": "naps62",
|
||||||
"repo": "nvchad-starter",
|
"repo": "nvchad-starter",
|
||||||
"rev": "35370b831c42d0d4b2ca7291df6f4e53e2e48573",
|
"rev": "020bf7716ea1b7d233cbdaef63c8585791f896b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
imagemagick
|
imagemagick
|
||||||
doctl
|
doctl
|
||||||
|
awscli2
|
||||||
|
terraform
|
||||||
inotify-tools
|
inotify-tools
|
||||||
devenv
|
devenv
|
||||||
bruno
|
bruno
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
_:
|
_: {
|
||||||
{
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@@ -47,14 +46,14 @@ _:
|
|||||||
# Auto-forward localhost:47100/47101 to the same ports on yolo.
|
# Auto-forward localhost:47100/47101 to the same ports on yolo.
|
||||||
LocalForward = [
|
LocalForward = [
|
||||||
{
|
{
|
||||||
bind.port = 47100;
|
bind.port = 41700;
|
||||||
host.address = "localhost";
|
host.address = "localhost";
|
||||||
host.port = 47100;
|
host.port = 41700;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
bind.port = 47101;
|
bind.port = 41701;
|
||||||
host.address = "localhost";
|
host.address = "localhost";
|
||||||
host.port = 47101;
|
host.port = 41701;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user