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 = [ ];
|
||||
system.stateVersion = lib.mkDefault config.system.stateVersion;
|
||||
|
||||
networking = lib.mkDefault {
|
||||
useHostResolvConf = false;
|
||||
nameservers = [
|
||||
networking.useHostResolvConf = false;
|
||||
networking.nameservers = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
bindMounts = {
|
||||
# Pass in host's system key to allow decrypting secrets inside containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue