strato-infra/machines/base.nix

6 lines
137 B
Nix
Raw Normal View History

2022-05-19 15:03:13 +02:00
{ config, pkgs, ... }: {
imports = [ ../common ../common/lxc.nix ];
networking.hostName = "base";
system.stateVersion = "21.11";
}