Merge branch 'main' of codeberg.org:dnscio/nix-config

This commit is contained in:
Dennis Schoepf 2025-05-08 20:58:23 +02:00
commit b5ebffd469
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,8 @@
echo "---"
end
'';
localip = " ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
publicip = "curl -4 ifconfig.me";
};
interactiveShellInit = ''