mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
16 lines
151 B
Nix
16 lines
151 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
services = {
|
|
glances = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
port = 61208;
|
|
};
|
|
};
|
|
}
|