Update system and randomize MAC
Updated packages and their names Fixed randomize mac address Updated zen.nix to fix the config
This commit is contained in:
@@ -12,11 +12,11 @@ in {
|
||||
system.activationScripts.zenArkenfoxUserJs = lib.stringAfter ["users"] ''
|
||||
zen_dir="${homeDir}/.config/zen"
|
||||
if [ -d "$zen_dir" ]; then
|
||||
for profile in "$zen_dir"/*/; do
|
||||
if [ -f "$profile/prefs.js" ]; then
|
||||
for profile in "$zen_dir"/*; do
|
||||
[ -f "$profile/prefs.js" ] && (
|
||||
runuser -u someone -- ${pkgs.curl}/bin/curl -A Lix -sL -o "$profile/user.js" \
|
||||
"https://git.severijnse.eu/jory/user.js/raw/branch/master/user.js"
|
||||
fi
|
||||
)
|
||||
done
|
||||
fi
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user