fix: xkb options change, see nixpkgs#259891

This commit is contained in:
xinyangli 2024-03-07 12:03:59 +08:00
parent 40ae3cc6e2
commit 26a11e0df0
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View file

@ -38,7 +38,7 @@
networking.firewall.allowedUDPPorts = [ ] ++ (lib.range 6311 6314);
custom.prometheus = {
enable = true;
enable = false;
exporters.enable = true;
grafana = {
enable = true;