generation 510 25.11.20250714.62e0f05
This commit is contained in:
@@ -4,16 +4,15 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
environment.etc."rancher/k3s/registries.yaml".text = ''
|
environment.etc."rancher/k3s/registries.yaml".text = ''
|
||||||
mirrors:
|
mirrors:
|
||||||
"100.125.181.75:5000":
|
"100.125.181.75:5000":
|
||||||
endpoint:
|
endpoint:
|
||||||
- http://100.125.181.75:5000/v2
|
- http://100.125.181.75:5000/v2
|
||||||
configs:
|
configs:
|
||||||
"100.125.181.75:5000":
|
"100.125.181.75:5000":
|
||||||
tls:
|
tls:
|
||||||
insecure_skip_verify: true
|
insecure_skip_verify: true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
swapDevices = lib.mkForce [];
|
swapDevices = lib.mkForce [];
|
||||||
|
|||||||
@@ -4,16 +4,15 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
environment.etc."rancher/k3s/registries.yaml".text = ''
|
environment.etc."rancher/k3s/registries.yaml".text = ''
|
||||||
mirrors:
|
mirrors:
|
||||||
"100.125.181.75:5000":
|
"100.125.181.75:5000":
|
||||||
endpoint:
|
endpoint:
|
||||||
- http://100.125.181.75:5000/v2
|
- http://100.125.181.75:5000/v2
|
||||||
configs:
|
configs:
|
||||||
"100.125.181.75:5000":
|
"100.125.181.75:5000":
|
||||||
tls:
|
tls:
|
||||||
insecure_skip_verify: true
|
insecure_skip_verify: true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
swapDevices = lib.mkForce [];
|
swapDevices = lib.mkForce [];
|
||||||
|
|||||||
@@ -115,6 +115,9 @@ in {
|
|||||||
ripgrep-all
|
ripgrep-all
|
||||||
element-desktop
|
element-desktop
|
||||||
rustup # for verus rip
|
rustup # for verus rip
|
||||||
|
python313Packages.ipython
|
||||||
|
sage
|
||||||
|
yq
|
||||||
|
|
||||||
# security
|
# security
|
||||||
aflplusplus
|
aflplusplus
|
||||||
|
|||||||
@@ -105,6 +105,10 @@ in {
|
|||||||
name = "nix options";
|
name = "nix options";
|
||||||
url = "https://search.nixos.org/options";
|
url = "https://search.nixos.org/options";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "old packages";
|
||||||
|
url = "https://lazamar.co.uk/nix-versions/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -165,7 +165,10 @@ ctrl + super + {Left,Right}
|
|||||||
fast-shift {left,right}
|
fast-shift {left,right}
|
||||||
|
|
||||||
super + {shift} + {d}
|
super + {shift} + {d}
|
||||||
pkill -f discord
|
pkill -f legcord
|
||||||
|
|
||||||
|
super + {shift} + {h}
|
||||||
|
pkill -f slack
|
||||||
|
|
||||||
ctrl + super + bracket{left,right}
|
ctrl + super + bracket{left,right}
|
||||||
fast-shift {left,right}
|
fast-shift {left,right}
|
||||||
|
|||||||
@@ -254,6 +254,10 @@ a.sitecopy() {
|
|||||||
wget -k -K -E -r -l 10 -p -N -F -nH $@
|
wget -k -K -E -r -l 10 -p -N -F -nH $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.pdfcopy() {
|
||||||
|
wget -k -r -l 10 -p -A "*.pdf" -N -F -nH $@
|
||||||
|
}
|
||||||
|
|
||||||
a.fo() {
|
a.fo() {
|
||||||
firefox `pwd`
|
firefox `pwd`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,15 +45,15 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# services.containerd.registryMirrors = {
|
# services.containerd.registryMirrors = {
|
||||||
# # Replace with your registry's address and port
|
# # Replace with your registry's address and port
|
||||||
# "100.125.181.75:5000" = {
|
# "100.125.181.75:5000" = {
|
||||||
# endpoint = ["http://100.125.181.75:5000"];
|
# endpoint = ["http://100.125.181.75:5000"];
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
virtualisation.containerd.settings = {
|
virtualisation.containerd.settings = {
|
||||||
plugins."io.containerd.grpc.v1.cri".registry.mirrors."100.125.181.75:5000" = {
|
plugins."io.containerd.grpc.v1.cri".registry.mirrors."100.125.181.75:5000" = {
|
||||||
endpoint = [ "http://100.125.181.75:5000" ];
|
endpoint = ["http://100.125.181.75:5000"];
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins."io.containerd.grpc.v1.cri".registry.configs."100.125.181.75:5000".tls.insecure_skip_verify = true;
|
plugins."io.containerd.grpc.v1.cri".registry.configs."100.125.181.75:5000".tls.insecure_skip_verify = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user