_: -> {...}:

This commit is contained in:
chaos 2024-04-01 18:19:39 +02:00
parent 0bd415928c
commit d7a52dd711
No known key found for this signature in database
5 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
_: { {...}: {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
} }

View file

@ -1,5 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
services.usbmuxd.enable = true; services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libimobiledevice libimobiledevice
ifuse # optional, to mount using 'ifuse' ifuse # optional, to mount using 'ifuse'

View file

@ -1,4 +1,4 @@
_: { {...}: {
sound.enable = true; sound.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {

View file

@ -1,4 +1,4 @@
_: { {...}: {
services.tor = { services.tor = {
enable = true; enable = true;
client.enable = true; client.enable = true;

View file

@ -15,6 +15,7 @@
"rtkit" "rtkit"
"i2c" "i2c"
"kvm" "kvm"
"usbmux"
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEZpvkllLt7HinNpisOx7hWT2br68UoCg0sXKTxHEeUB chaos@chaos" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEZpvkllLt7HinNpisOx7hWT2br68UoCg0sXKTxHEeUB chaos@chaos"