1
0
Fork 0

technitium module, remove unneeded files, update dns-1

This commit is contained in:
Philipp 2025-04-25 22:50:38 +02:00
parent 9aab11df18
commit 8dc6b44c7b
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
4 changed files with 6 additions and 74 deletions

View file

@ -1,19 +1,14 @@
{
lib,
pkgs,
modulesPath,
namespace,
...
}:
with lib.${namespace};
{
imports = [
./hardware-configuration.nix
./networking.nix
];
imports = [ (modulesPath + "/virtualisation/proxmox-lxc.nix") ];
boot.loader = {
grub.enable = false;
};
documentation.man.generateCaches = false;
nix.settings.experimental-features = [
"nix-command"