non important commit
This commit is contained in:
parent
ccd554ffd8
commit
2e5de24290
1 changed files with 14 additions and 3 deletions
|
|
@ -14,9 +14,20 @@
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
services.avahi.enable = true;
|
services = {
|
||||||
services.upower.enable = true;
|
avahi.enable = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
upower.enable = true;
|
||||||
|
power-profiles-daemon.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
settings = {
|
||||||
|
General.Experimental = true;
|
||||||
|
Policy.AutoEnable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue