fixed some things

This commit is contained in:
Jakub Kropáček 2024-09-26 07:56:57 +02:00
parent a82f4c1e6a
commit c4153ca78b
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
after = wantedBy; after = wantedBy;
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
echo follow-route > /sys/class/sound/ctl-led/mic/mode echo off > /sys/class/sound/ctl-led/mic/mode
''; '';
}; };

View file

@ -26,7 +26,7 @@
inherit inputs; inherit inputs;
}; };
users = { users = {
"krop" = import ./home.nix; "krop" = import ../../users/krop;
}; };
}; };
} }