slab: enable GPS
This commit is contained in:
parent
cc479ee57e
commit
d8a70620e4
@ -59,6 +59,7 @@
|
||||
profile.workstation.enable = true;
|
||||
common.remoteAccess.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.gps.enable = true;
|
||||
packageSets = {
|
||||
gaming.enable = true;
|
||||
fun.enable = true;
|
||||
@ -124,6 +125,9 @@
|
||||
settings.reboot-for-bitlocker = true;
|
||||
};
|
||||
|
||||
# GPS data from my phone
|
||||
services.gpsd.devices = lib.mkIf config.nixfiles.hardware.gps.enable [ "tcp://pixel.magpie-moth.ts.net:6000" ];
|
||||
|
||||
# systemd power/suspend configuration
|
||||
systemd.targets = lib.genAttrs ["suspend" "hybrid-sleep" "suspend-then-hibernate"] (_: {
|
||||
enable = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user