Improved odin configuration

This commit is contained in:
Filippo Berto 2022-11-11 14:34:31 +01:00
parent 38d1b8f3b9
commit ba84bc21ce
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 28 additions and 24 deletions

View file

@ -19,7 +19,7 @@ with lib; {
networking = {
hostName = "odin";
networkmanager.enable = true;
networkmanager.wifi.backend = "iwd";
# networkmanager.wifi.backend = "iwd";
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
@ -217,8 +217,9 @@ with lib; {
services.blueman.enable = true;
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
# package = lib.mkForce pkgs.gnome3.gvfs;
};
services.tumbler.enable = true;
# services.tlp.enable = false;
services.avahi = {
enable = true;