stuff
This commit is contained in:
parent
f27aa8b65c
commit
35d2762ab1
12 changed files with 3054 additions and 20 deletions
|
|
@ -48,6 +48,7 @@
|
|||
script = "/run/current-system/sw/bin/nvidia-smi -pl=400";
|
||||
wantedBy = ["multi-user.target"];
|
||||
};
|
||||
services.lact.enable = true;
|
||||
|
||||
services.udev.packages = [pkgs.openrgb];
|
||||
services.udev.extraRules = ''
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
lact
|
||||
];
|
||||
|
||||
systemd.services.lactd.wantedBy = ["multi-user.target"];
|
||||
services.lact.enable = true;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
services.tailscale.useRoutingFeatures = "client";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue