This commit is contained in:
2025-11-18 00:30:24 +03:00
parent 681bb5162f
commit 1c3787a3d6
6 changed files with 120 additions and 7 deletions
+3
View File
@@ -68,6 +68,9 @@
(pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
AmneziaVPN > /dev/null 2>&1 &
''; # i don't know any good ways for it.
mkenv = ''
echo "use nix" > .envrc && touch default.nix && direnv allow && echo " env created"'';
};
initContent = ''