Katalin Rebhan
Katalin Rebhan
> I think this might not be an appropriate way to implement it in this extension. We should not cause UI blocking or unexpected script injection delays. That's what already...
I'm sorry if I came across as being mad. I just think what you're proposing is a trade-off that would bring back the original issue that I have (though at...
Getting the same error trying to package this for NixOS: ``` No argument supplied, if you want for help, please use -h or --help Not supplying ipa, running in server...
After hours of debugging, I found out that you need to set this in the avahi-daemon config. [publish] disable-publishing=no disable-user-service-publishing=no
I have it packaged (including dependencies) in my flake here: https://git.dblsaiko.net/systems/tree/packages/misc/altserver/default.nix corecrypto is available from https://developer.apple.com/security/ `nix build git+https://git.dblsaiko.net/systems#altserver`
@jul1u5 I just moved all packages and standalone modules to [sourcehut:~dblsaiko/nix-extras](https://git.sr.ht/~dblsaiko/nix-extras), so if you're using the package/overlay, make sure to switch to that flake. There's also a [NixOS module](https://git.sr.ht/~dblsaiko/nix-extras/tree/master/item/nixos/modules/services/altserver.nix) for...
``` environment.etc = { "group".source = "/nix/persist/etc/group"; "passwd".source = "/nix/persist/etc/passwd"; "shadow".source = "/nix/persist/etc/shadow"; }; ``` This works for me. (Not sure if the other two are necessary, I assume probably...
Ahh, yeah shadow does get unlinked when I change the password, and I assume I would have the same issue with the rest of the files. I just haven't done...
FWIW after hitting the same problem as you when having to add a new user, I'm now using mutableUsers=false together with the users.users.USER.passwordFile option, which keeps the password (hash) out...
hide_tabs_with_one_tab.css with browser.tabs.tabmanager.enabled=false does completely hide the tab bar for me, while hide_tabs_with_one_tab_w_window_controls.css leaves a 20px high empty bar (same as in #207?) in place of the tab bar when...