Compare commits
1 commit
713235a92d
...
4ae7e1340e
Author | SHA1 | Date | |
---|---|---|---|
4ae7e1340e |
1 changed files with 5 additions and 7 deletions
|
@ -86,14 +86,12 @@ let
|
||||||
services.openssh.hostKeys = [ ];
|
services.openssh.hostKeys = [ ];
|
||||||
system.stateVersion = lib.mkDefault config.system.stateVersion;
|
system.stateVersion = lib.mkDefault config.system.stateVersion;
|
||||||
|
|
||||||
networking = lib.mkDefault {
|
networking.useHostResolvConf = false;
|
||||||
useHostResolvConf = false;
|
networking.nameservers = [
|
||||||
nameservers = [
|
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
"1.0.0.1"
|
"1.0.0.1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
# Pass in host's system key to allow decrypting secrets inside containers
|
# Pass in host's system key to allow decrypting secrets inside containers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue