strato-infra/nixos/machines/base/default.nix

6 lines
143 B
Nix
Raw Normal View History

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