Merge remote-tracking branch 'origin/main'
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2024-09-11 11:57:46 -05:00
commit 524a34d819
4 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
umask 0077
SUBDIR="${2:-./}" SUBDIR="${2:-./}"
mkdir -p "$NOTES_PATH/$SUBDIR" mkdir -p "$NOTES_PATH/$SUBDIR"
cd "$NOTES_PATH/$SUBDIR" || exit 1 cd "$NOTES_PATH/$SUBDIR" || exit 1

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
N todo

View file

@ -400,6 +400,7 @@
troubleshooting-tools = {pkgs, ...}: { troubleshooting-tools = {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
iftop
bottom bottom
btop btop
dnsutils dnsutils

View file

@ -96,6 +96,10 @@ in {
} }
]; ];
environment.systemPackages = with pkgs; [
iftop
];
boot.kernel.sysctl = boot.kernel.sysctl =
sysctl-entries sysctl-entries
// { // {