??? Not sure why these are needed
This commit is contained in:
parent
0a1e60f7a2
commit
5a387e638a
1 changed files with 14 additions and 14 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue