_: -> {...}:

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;
services.blueman.enable = true;
}

View file

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

View file

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

View file

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

View file

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