nixos/hosts/eva/default.nix
2025-06-08 23:41:20 +00:00

6 lines
80 B
Nix

{ nixpkgs, inputs, ... }:
{
imports = [];
system.stateVersion = "25.11";
}