feat: add gpsd
This commit is contained in:
parent
ad57bdf6f4
commit
b14afe7337
1 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.gpsd = {
|
||||
enable = true;
|
||||
devices = [
|
||||
"/dev/ttyACM0"
|
||||
];
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
Loading…
Reference in a new issue