strato-infra/machines/base/default.nix
2022-05-19 21:10:04 +02:00

6 lines
143 B
Nix

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