mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-19 13:39:28 +00:00
Add nixos VM
This commit is contained in:
5
server.nix
Normal file
5
server.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.prometheus.exporters.node.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user