strato-infra/machines/base.nix

6 lines
137 B
Nix

{ config, pkgs, ... }: {
imports = [ ../common ../common/lxc.nix ];
networking.hostName = "base";
system.stateVersion = "21.11";
}