generation 565 25.11.20250714.62e0f05
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelModules = [ "rbd" "nbd" ];
|
boot.kernelModules = ["rbd" "nbd"];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<div id="date"></div>
|
<div id="date"></div>
|
||||||
|
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<form action="https://tanomu.momiko.moe" method="get" autocomplete="off">
|
<form action="https://duckduckgo.com" method="get" autocomplete="off">
|
||||||
<label for="q">></label>
|
<label for="q">></label>
|
||||||
<input autofocus id="q" name="q" placeholder="search.." type="search">
|
<input autofocus id="q" name="q" placeholder="search.." type="search">
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -59,6 +59,10 @@
|
|||||||
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
{
|
||||||
|
nix.settings.trusted-users = [ "root" "builder_user" ];
|
||||||
|
}
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user