generation 566 25.11.20250714.62e0f05

This commit is contained in:
2025-12-30 03:28:59 -05:00
parent 199b06e386
commit ae85f4ab0b
3 changed files with 4 additions and 1 deletions

View File

@@ -222,6 +222,7 @@ alias verus-dir="cd /home/synchronous/code/verus"
alias cure="cd /home/synchronous/code/cure53"
alias scripts="cd /home/synchronous/nix-cfg/home/scripts"
alias bookmarks="vim -c '80' /home/synchronous/nix-cfg/home/programs/firefox/default.nix"
alias startpage="vim /home/synchronous/nix-cfg/home/programs/firefox/startpage/index.html"
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;

View File

@@ -59,7 +59,7 @@
plugins."io.containerd.grpc.v1.cri".registry.configs."100.125.181.75:5000".tls.insecure_skip_verify = true;
};
nix.settings.trusted-users = [ "synchronous" "root" ];
nix.settings.trusted-users = ["synchronous" "root"];
programs.nix-ld.enable = true;

View File

@@ -80,6 +80,8 @@
#media-session.enable = true;
};
nix.settings.trusted-users = ["synchronous" "root"];
security.sudo = {
# me ne frego. i dare you to privilege escalate me
enable = true;