technitium module, remove unneeded files, update dns-1
This commit is contained in:
parent
9aab11df18
commit
8dc6b44c7b
4 changed files with 6 additions and 74 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue