This commit is contained in:
notgne2 2023-11-12 16:22:01 -07:00
parent 2a48aa3359
commit 3860a9367c
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ all: {
networking.firewall.enable = lib.mkDefault true; networking.firewall.enable = lib.mkDefault true;
networking.firewall.allowPing = true; networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = lib.mkDefault [22]; networking.firewall.allowedTCPPorts = lib.mkDefault [22];
# but not too much, don't break VPNs etc
networking.firewall.checkReversePath = "loose";
programs.fish.enable = lib.mkDefault true; programs.fish.enable = lib.mkDefault true;
users.defaultUserShell = lib.mkOverride 900 pkgs.fish; users.defaultUserShell = lib.mkOverride 900 pkgs.fish;

View File

@ -89,6 +89,8 @@ inputs: all: {
}; };
}); });
nativeMessagingHosts.fxcast = true;
profiles.default = { profiles.default = {
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [ extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader darkreader