LXC config is imported in minimalConfig, enabled in flake.nix and proxmox-lxc.nix module is imported in flake
This commit is contained in:
parent
e29ce7840b
commit
4486f7bc2d
5 changed files with 14 additions and 10 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, lib, inputs, modulesPath, ... }:
|
||||
{
|
||||
|
||||
imports = [ ./lxc.nix ];
|
||||
|
||||
nix = {
|
||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
settings.trusted-users = [ "root" "@wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue