added hosts file
This commit is contained in:
parent
d58f5d1eca
commit
a8b9ee8380
2 changed files with 7 additions and 4 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.networkmanager.wifi.powersave = true;
|
networking.networkmanager.wifi.powersave = true;
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
networking.extraHosts =
|
||||||
|
''
|
||||||
|
100.89.219.77 mini.tail rss.duckland.org vault.duckland.org git.duckland.org photos.duckland.org recipes.duckland.org vault.duckland.org dashy.duckland.org music.duckland.org bandwidth.duckland.org speed.duckland.org cloud.duckland.org plex.duckland.org smoke.duckland.org smart.duckland.org drone.home.duckland.org webhook.home.duckland.org cal.duckland.org gluetun.config.duckland.org jelly.duckland.org mini
|
||||||
|
'';
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
@ -120,6 +124,7 @@
|
||||||
citrix_workspace = super.citrix_workspace.override {
|
citrix_workspace = super.citrix_workspace.override {
|
||||||
inherit extraCerts;
|
inherit extraCerts;
|
||||||
};
|
};
|
||||||
|
qutebrowser = super.qutebrowser.override { enableWideVine = true; };
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
@ -185,8 +190,7 @@
|
||||||
# (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.chrome-gnome-shell.enable = true;
|
services.gnome.gnome-browser-connector.enable = true;
|
||||||
## -> ## programs.qutebrowser.enableWideVine = true;
|
|
||||||
programs.msmtp = {
|
programs.msmtp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
@ -200,5 +204,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ in
|
||||||
wayland
|
wayland
|
||||||
glib # gsettings
|
glib # gsettings
|
||||||
dracula-theme # gtk theme
|
dracula-theme # gtk theme
|
||||||
gnome3.adwaita-icon-theme # default gnome cursors
|
gnome.adwaita-icon-theme # default gnome cursors
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
swayidle
|
swayidle
|
||||||
grim # screenshot functionality
|
grim # screenshot functionality
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue