Add nixos VM

This commit is contained in:
2025-05-08 23:09:15 +01:00
parent 3ea2af4056
commit b2af6179d8
5 changed files with 76 additions and 2 deletions

5
server.nix Normal file
View File

@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
services.prometheus.exporters.node.enable = true;
}