diff --git a/workstation/configuration.nix b/workstation/configuration.nix index db21419..5fb098e 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -116,18 +116,18 @@ ]; programs.mtr.enable = true; - nixpkgs.overlays = [ - ( self: super: - let - extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ]; - in { - citrix_workspace = super.citrix_workspace.override { - inherit extraCerts; - }; - qutebrowser = super.qutebrowser.override { enableWideVine = true; }; - } - ) - ]; +#-#| nixpkgs.overlays = [ +#-#| ( self: super: +#-#| let +#-#| extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ]; +#-#| in { +#-#| citrix_workspace = super.citrix_workspace.override { +#-#| inherit extraCerts; +#-#| }; +#-#| qutebrowser = super.qutebrowser.override { enableWideVine = true; }; +#-#| } +#-#| ) +#-#| ]; services.tailscale.enable = true; # create a oneshot job to authenticate to Tailscale @@ -189,8 +189,8 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "22.05"; # Did you read the comment? - nixpkgs.config.firefox.enableGnomeExtenions = true; - services.gnome.gnome-browser-connector.enable = true; +# nixpkgs.config.firefox.enableGnomeExtenions = true; +# services.gnome.gnome-browser-connector.enable = true; programs.msmtp = { enable = true; accounts = {