??? 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;
|
programs.mtr.enable = true;
|
||||||
nixpkgs.overlays = [
|
#-#| nixpkgs.overlays = [
|
||||||
( self: super:
|
#-#| ( self: super:
|
||||||
let
|
#-#| let
|
||||||
extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ];
|
#-#| extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ];
|
||||||
in {
|
#-#| in {
|
||||||
citrix_workspace = super.citrix_workspace.override {
|
#-#| citrix_workspace = super.citrix_workspace.override {
|
||||||
inherit extraCerts;
|
#-#| inherit extraCerts;
|
||||||
};
|
#-#| };
|
||||||
qutebrowser = super.qutebrowser.override { enableWideVine = true; };
|
#-#| qutebrowser = super.qutebrowser.override { enableWideVine = true; };
|
||||||
}
|
#-#| }
|
||||||
)
|
#-#| )
|
||||||
];
|
#-#| ];
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
# create a oneshot job to authenticate to Tailscale
|
# create a oneshot job to authenticate to Tailscale
|
||||||
|
|
@ -189,8 +189,8 @@
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "22.05"; # Did you read the comment?
|
system.stateVersion = "22.05"; # Did you read the comment?
|
||||||
nixpkgs.config.firefox.enableGnomeExtenions = true;
|
# nixpkgs.config.firefox.enableGnomeExtenions = true;
|
||||||
services.gnome.gnome-browser-connector.enable = true;
|
# services.gnome.gnome-browser-connector.enable = true;
|
||||||
programs.msmtp = {
|
programs.msmtp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue