update
This commit is contained in:
parent
2a48aa3359
commit
3860a9367c
@ -88,6 +88,8 @@ all: {
|
||||
networking.firewall.enable = lib.mkDefault true;
|
||||
networking.firewall.allowPing = true;
|
||||
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;
|
||||
users.defaultUserShell = lib.mkOverride 900 pkgs.fish;
|
||||
|
@ -89,6 +89,8 @@ inputs: all: {
|
||||
};
|
||||
});
|
||||
|
||||
nativeMessagingHosts.fxcast = true;
|
||||
|
||||
profiles.default = {
|
||||
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
darkreader
|
||||
|
Loading…
Reference in New Issue
Block a user