summaryrefslogtreecommitdiff
path: root/test/vm.nix
blob: a47e3b82b1d4a8422c75b69eb98e8a799f70c614 (plain)
1
2
3
4
5
6
{ lib, ... }:
{
    imports = [ ../configuration.nix ];

    networking.domain = lib.mkForce "latitude7490";
}