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

6 lines
143 B
Nix

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