strato-infra/machines/base.nix
2022-05-19 15:03:13 +02:00

6 lines
137 B
Nix

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