Remove minimal profile

Especially noXlibs causes more problems than it is worth
This commit is contained in:
Sandro - 2022-06-13 20:37:12 +02:00
parent 1286ddbc0a
commit 7ff6c12c6f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
{
imports = [
(modulesPath + "/profiles/minimal.nix")
(modulesPath + "/profiles/docker-container.nix")
];

View File

@ -4,7 +4,6 @@
imports = [
../../config/lxc-container.nix
../../config/shared.nix
(modulesPath + "/profiles/minimal.nix")
];
networking.hostName = "nixbert"; # Define your hostname.