Skip to content

Commit 411bfb5

Browse files
committed
fix bluetooth, add termux key
1 parent ab40222 commit 411bfb5

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

modules/hardware/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ _:
44
bluetooth = {
55
enable = true;
66
powerOnBoot = true;
7-
settings = {
8-
General = {
9-
Enable = "Source,Sink,Media,Socket";
10-
Experimental = true;
11-
};
12-
};
137
};
148
uinput.enable = true;
159
graphics = {

modules/users/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL7yDL3drFmgNAFIaTgoamlGaTBiKdm+eIK8q3JJTpKh codebam@nixos-steamdeck" # nixos-steamdeck
3030
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKnwv9Ifx6b82N/oRMCAKYi0vWCDyue9Mkf2Fh8lLidm codebam@nixos-laptop" # nixos-laptop
3131
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkBfTf9i6kG6P+HGWN3ghszdxQYmXzxllIlxPkwuyCo codebam@nixos-desktop" # nixos-desktop
32+
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGIGVg7LOThXEvOfmd+G59ejW7rPuyRSKjxzzURviCP7 u0_a406@localhost" # termux
3233
];
3334
};
3435
};

0 commit comments

Comments
 (0)