diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 8e3fc37..d25cc69 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -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 {} \; diff --git a/system/system-server.nix b/system/system-server.nix index 850a956..4fff7a2 100644 --- a/system/system-server.nix +++ b/system/system-server.nix @@ -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; diff --git a/system/system.nix b/system/system.nix index f3058c5..67f19b3 100644 --- a/system/system.nix +++ b/system/system.nix @@ -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;