generation 510 25.11.20250714.62e0f05

This commit is contained in:
2025-09-08 14:05:48 -04:00
parent e85a730391
commit 2275df24ae
7 changed files with 36 additions and 24 deletions

View File

@@ -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 [];

View File

@@ -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 [];

View File

@@ -115,6 +115,9 @@ in {
ripgrep-all
element-desktop
rustup # for verus rip
python313Packages.ipython
sage
yq
# security
aflplusplus

View File

@@ -105,6 +105,10 @@ in {
name = "nix options";
url = "https://search.nixos.org/options";
}
{
name = "old packages";
url = "https://lazamar.co.uk/nix-versions/";
}
];
}
{

View File

@@ -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}

View File

@@ -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`
}

View File

@@ -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;