mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: also enable when host is flora
This commit is contained in:
parent
5450dca4bc
commit
52862ff096
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
true
|
true
|
||||||
else if (host == "sunflower") then
|
else if (host == "sunflower") then
|
||||||
true
|
true
|
||||||
|
else if (host == "flora") then
|
||||||
|
true
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
collector.enable = true;
|
collector.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue