many changes i made in the last weeks
This commit is contained in:
@@ -43,11 +43,6 @@
|
||||
|
||||
#zed="WAYLAND_DISPLAY= zeditor";
|
||||
npm="pnpm";
|
||||
md="~/here/mize/md";
|
||||
mize="~/work/path-extra/mize";
|
||||
m="~/work/path-extra/mize";
|
||||
|
||||
c2="~/work/c2-system/cli/target/debug/system-c2-cli";
|
||||
|
||||
ports = "${pkgs.lsof}/bin/lsof -i -P -n";
|
||||
losetup = "${pkgs.util-linux}/bin/losetup";
|
||||
@@ -60,7 +55,6 @@
|
||||
#text = if system == "x86_64-linux" then ''${inputs.my-log.packages.${system}.pythonForLog}/bin/python ${workDir}/log/new/client.py "$@"'' else "echo system not x86_84-linux";
|
||||
#};
|
||||
#in "${log}/bin/log";
|
||||
mi = "nix run ${workDir}/mize";
|
||||
cdd = "/sdcard";
|
||||
n = "${pkgs.python3} ${self}/scripts/nav/main.py";
|
||||
shutdown = "echo try harder.... xD";
|
||||
@@ -111,6 +105,7 @@
|
||||
|
||||
export nl="--log-format bar-with-logs"
|
||||
export acern="ssh://acern x86_64-linux,aarch64-linux - 20 10 big-parallel - -"
|
||||
export fe="ssh://fe x86_64-linux,aarch64-linux - 20 10 big-parallel - -"
|
||||
export mac="ssh://mac x86_64-linux,aarch64-linux - 8 5 big-parallel - -"
|
||||
export mosatop="ssh://mosatop x86_64-linux,aarch64-linux - 8 5 big-parallel - -"
|
||||
export hpm="ssh://hpm x86_64-linux,aarch64-linux - 8 5 big-parallel - -"
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
port = 2222;
|
||||
hostname = "hetzner2.ecbb.cc";
|
||||
};
|
||||
sepp = {
|
||||
user = "seb";
|
||||
};
|
||||
here = {
|
||||
port = 8888;
|
||||
hostname = "127.0.0.1";
|
||||
@@ -59,6 +56,11 @@
|
||||
hostname = "100.88.93.24";
|
||||
port = 9000;
|
||||
};
|
||||
ti = {
|
||||
user = "root";
|
||||
hostname = "localhost";
|
||||
port = 2222;
|
||||
};
|
||||
ppc-hosting = {
|
||||
user = "root";
|
||||
hostname = "100.88.46.87";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## thunderbird settings
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
profiles.me = {
|
||||
isDefault = true;
|
||||
@@ -33,4 +33,3 @@
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user