Include some shit to debug with
This commit is contained in:
parent
78c72e3665
commit
645fa7c33b
|
@ -44,12 +44,6 @@ in {
|
||||||
default = 4;
|
default = 4;
|
||||||
};
|
};
|
||||||
|
|
||||||
nameservers = mkOption {
|
|
||||||
type = listOf str;
|
|
||||||
description = "Nameservers to use for DNS resolution.";
|
|
||||||
default = [ "1.1.1.1" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
host = mkOption {
|
host = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
@ -111,7 +105,7 @@ in {
|
||||||
configuration = {
|
configuration = {
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = mkForce [ ];
|
system.nssModules = mkForce [ ];
|
||||||
networking.nameservers = cfg.nameservers;
|
environment.systemPackages = with pkgs; [ nmap telnet ];
|
||||||
services = {
|
services = {
|
||||||
nscd.enable = false;
|
nscd.enable = false;
|
||||||
postgresql.enable = true;
|
postgresql.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue