mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
migrate services
This commit is contained in:
parent
f0b3b2a4b4
commit
891be2b165
15 changed files with 1136 additions and 0 deletions
10
hosts/common/optional/services/glances.nix
Normal file
10
hosts/common/optional/services/glances.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.glances = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue