cli and domain

This commit is contained in:
Kopatz
2025-09-16 20:44:06 +02:00
parent 686c4782f1
commit 53d8df2632
3 changed files with 6 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ in {
git
gh # github
killall
xclip
#xclip
usbutils
inputs.agenix.packages."x86_64-linux".default
fastfetch
@@ -85,7 +85,7 @@ in {
nvd # nix diff, example: nvd diff /nix/var/nix/profiles/system-389-link /nix/var/nix/profiles/system-390-link
compsize
trashy # move files to trash
shell-gpt
#shell-gpt #openai bitches stole my credits :(
libheif # convert heic to jpg with `heif-convert something.heic something.jpg`
imagemagick # convert images
tree
@@ -93,6 +93,8 @@ in {
nix-tree # show nix derivations
binwalk # show what's inside a binary
iotop
inetutils
nettools
];
};
}

View File

@@ -45,7 +45,7 @@ in {
more_set_headers 'X-XSS-Protection 1; mode=block';
# add_header X-Frame-Options 'ALLOW-FROM kopatz.ddns.net';
more_set_headers 'X-Content-Type-Options nosniff';
more_set_headers "Content-Security-Policy: frame-ancestors https://kopatz.ddns.net https://kop.oasch.net";
more_set_headers "Content-Security-Policy: frame-ancestors https://kopatz.ddns.net https://kop.oasch.net https://kopatz.dev";
more_set_headers "Referrer-Policy: same-origin";
more_set_headers "Permissions-Policy: geolocation=(), microphone=()";
'';