fixed some things
This commit is contained in:
parent
a82f4c1e6a
commit
c4153ca78b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
"krop" = import ./home.nix;
|
"krop" = import ../../users/krop;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue