This website requires JavaScript.
Explore
Help
Sign in
privatevoid.net
/
depot
Watch
1
Star
1
Fork
You've already forked depot
0
Code
Issues
23
Pull requests
2
Projects
3
Releases
Packages
Wiki
Activity
Actions
2b4cdfc157
depot
/
packages
/
system-filter.nix
9 lines
115 B
Nix
Raw
Normal View
History
Unescape
Escape
packages: improve per-system filtering
2022-05-23 11:58:42 +03:00
{
packages: apply system filter to checks
2022-05-31 21:58:23 +03:00
packages
=
{
uptime-kuma
=
[
"
x
8
6
_
6
4
-
l
i
n
u
x
"
]
;
}
;
checks
=
{
keycloak
=
[
"
x
8
6
_
6
4
-
l
i
n
u
x
"
]
;
}
;
packages: improve per-system filtering
2022-05-23 11:58:42 +03:00
}
Reference in a new issue
Copy permalink