10 lines
136 B
Nix
10 lines
136 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
<nixpkgs/nixos/modules/virtualisation/lxc-container.nix>
|
||
|
../profiles/server.nix
|
||
|
];
|
||
|
|
||
|
}
|