这是indexloc提供的服务,不要输入任何密码
Skip to content

GTrunSec/next-terminal-flake-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Install nix

wget https://github.com/hardenedlinux/nix-fpm-multiuser/releases/download/19700101/nix_3.0.pre19700101.master_amd64.deb
sudo dpkg -i nix_3.0.pre19700101.master_amd64.deb

rpm user

https://github.com/hardenedlinux/nix-fpm-multiuser/releases/download/Jan/nix-3.0.pre19700103.master-1.x86_64.rpm
rpm -i nix-3.0.pre19700103.master-1.x86_64.rpm

or install from nixos

curl -L https://nixos.org/nix/install | sh

build next-terminal

git clone https://github.com/GTrunSec/next-terminal-flake-nix.git
cd next-terminal-flake-nix/
nix-build

check ./result files

tree -L 2 ./result
./result
├── bin
│   ├── guacd -> /nix/store/il0lc4a716ap5wwxdg5b17vpax3jl3aq-guacamole-0.9.14/sbin/guacd
│   └── next-terminal
└── web
    └── build

:

3 directories, 2 files

Deploy next-terminal

deploy with args to your ip:port

nix develop github:GTrunSec/next-terminal-flake-nix -c deploy 127.0.0.1:8889

Releases

No releases published

Packages

No packages published

Languages