diff --git a/profiles/connectivity/bluetooth/bluetooth.nix b/profiles/connectivity/bluetooth/bluetooth.nix index e1d1446..ac62c6c 100644 --- a/profiles/connectivity/bluetooth/bluetooth.nix +++ b/profiles/connectivity/bluetooth/bluetooth.nix @@ -1,4 +1,4 @@ -_: { +{...}: { hardware.bluetooth.enable = true; services.blueman.enable = true; } diff --git a/profiles/connectivity/iOS/default.nix b/profiles/connectivity/iOS/default.nix index 00da3c1..ca83a44 100644 --- a/profiles/connectivity/iOS/default.nix +++ b/profiles/connectivity/iOS/default.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { services.usbmuxd.enable = true; + environment.systemPackages = with pkgs; [ libimobiledevice ifuse # optional, to mount using 'ifuse' diff --git a/profiles/sound/pipewire/default.nix b/profiles/sound/pipewire/default.nix index a710b54..a1486cc 100644 --- a/profiles/sound/pipewire/default.nix +++ b/profiles/sound/pipewire/default.nix @@ -1,4 +1,4 @@ -_: { +{...}: { sound.enable = true; security.rtkit.enable = true; services.pipewire = { diff --git a/profiles/tor/tor.nix b/profiles/tor/tor.nix index c234c6e..d789e33 100644 --- a/profiles/tor/tor.nix +++ b/profiles/tor/tor.nix @@ -1,4 +1,4 @@ -_: { +{...}: { services.tor = { enable = true; client.enable = true; diff --git a/users/chaos.nix b/users/chaos.nix index b5f03f5..e8a92a5 100644 --- a/users/chaos.nix +++ b/users/chaos.nix @@ -15,6 +15,7 @@ "rtkit" "i2c" "kvm" + "usbmux" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEZpvkllLt7HinNpisOx7hWT2br68UoCg0sXKTxHEeUB chaos@chaos"