Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 14, 2024
1 parent d1e66e7 commit a1dc79e
Show file tree
Hide file tree
Showing 29 changed files with 10 additions and 89 deletions.
87 changes: 4 additions & 83 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions hosts/kaambl/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@
dae.enable = true;
dnsproxy = {
enable = true;
loadCert = true;
# loadCert = true;
extraFlags = [
"--edns-addr=211.140.13.188"
"-l"
"127.0.0.1"
"--ipv6-disabled"
"--quic-port=853"
"--https-port=843"
# "--quic-port=853"
# "--https-port=843"
"--http3"
"--tls-crt=/run/credentials/dnsproxy.service/nyaw.cert"
"--tls-key=/run/credentials/dnsproxy.service/nyaw.key"
# "--tls-crt=/run/credentials/dnsproxy.service/nyaw.cert"
# "--tls-key=/run/credentials/dnsproxy.service/nyaw.key"
];
};
earlyoom.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ edit-sec *args:
reduce {|it, acc| $it + (char newline) + $acc } |
fzf
if (not ($encrypted_file_tob_edit | path exists)) { print -e "Not found"; exit }
nix run $'.#vaultix.(uname | $'($in.machine)-($in.kernel-name | str downcase)').edit' -- $encrypted_file_tob_edit
nix run $'.#vaultix.app.(uname | $'($in.machine)-($in.kernel-name | str downcase)').edit' -- $encrypted_file_tob_edit

decrypt *args:
#!/usr/bin/env nu
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified sec/nyaw.cert.age
Binary file not shown.
Binary file modified sec/nyaw.key.age
Binary file not shown.

0 comments on commit a1dc79e

Please sign in to comment.