6 lines
143 B
Nix
6 lines
143 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ../../common ../../common/lxc.nix ];
|
|
networking.hostName = "base";
|
|
system.stateVersion = "22.05";
|
|
}
|