generation 510 25.11.20250714.62e0f05
This commit is contained in:
@@ -4,16 +4,15 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
|
||||
environment.etc."rancher/k3s/registries.yaml".text = ''
|
||||
mirrors:
|
||||
"100.125.181.75:5000":
|
||||
endpoint:
|
||||
- http://100.125.181.75:5000/v2
|
||||
configs:
|
||||
"100.125.181.75:5000":
|
||||
tls:
|
||||
insecure_skip_verify: true
|
||||
mirrors:
|
||||
"100.125.181.75:5000":
|
||||
endpoint:
|
||||
- http://100.125.181.75:5000/v2
|
||||
configs:
|
||||
"100.125.181.75:5000":
|
||||
tls:
|
||||
insecure_skip_verify: true
|
||||
'';
|
||||
|
||||
swapDevices = lib.mkForce [];
|
||||
|
||||
@@ -4,16 +4,15 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
|
||||
environment.etc."rancher/k3s/registries.yaml".text = ''
|
||||
mirrors:
|
||||
"100.125.181.75:5000":
|
||||
endpoint:
|
||||
- http://100.125.181.75:5000/v2
|
||||
configs:
|
||||
"100.125.181.75:5000":
|
||||
tls:
|
||||
insecure_skip_verify: true
|
||||
mirrors:
|
||||
"100.125.181.75:5000":
|
||||
endpoint:
|
||||
- http://100.125.181.75:5000/v2
|
||||
configs:
|
||||
"100.125.181.75:5000":
|
||||
tls:
|
||||
insecure_skip_verify: true
|
||||
'';
|
||||
|
||||
swapDevices = lib.mkForce [];
|
||||
|
||||
@@ -115,6 +115,9 @@ in {
|
||||
ripgrep-all
|
||||
element-desktop
|
||||
rustup # for verus rip
|
||||
python313Packages.ipython
|
||||
sage
|
||||
yq
|
||||
|
||||
# security
|
||||
aflplusplus
|
||||
|
||||
@@ -105,6 +105,10 @@ in {
|
||||
name = "nix 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}
|
||||
|
||||
super + {shift} + {d}
|
||||
pkill -f discord
|
||||
pkill -f legcord
|
||||
|
||||
super + {shift} + {h}
|
||||
pkill -f slack
|
||||
|
||||
ctrl + super + bracket{left,right}
|
||||
fast-shift {left,right}
|
||||
|
||||
@@ -254,6 +254,10 @@ a.sitecopy() {
|
||||
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() {
|
||||
firefox `pwd`
|
||||
}
|
||||
|
||||
@@ -45,15 +45,15 @@
|
||||
'';
|
||||
|
||||
# services.containerd.registryMirrors = {
|
||||
# # Replace with your registry's address and port
|
||||
# "100.125.181.75:5000" = {
|
||||
# endpoint = ["http://100.125.181.75:5000"];
|
||||
# };
|
||||
# # Replace with your registry's address and port
|
||||
# "100.125.181.75:5000" = {
|
||||
# endpoint = ["http://100.125.181.75:5000"];
|
||||
# };
|
||||
# };
|
||||
|
||||
virtualisation.containerd.settings = {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user