disable containers for now
This commit is contained in:
parent
40d88c2169
commit
a7e1717462
7 changed files with 29 additions and 35 deletions
6
nixos/hosts/olympus/bastion/containers/common.nix
Normal file
6
nixos/hosts/olympus/bastion/containers/common.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# common container config
|
||||
{ lib, ... }: {
|
||||
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
|
||||
networking.useHostResolvConf = lib.mkForce false;
|
||||
services.resolved.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue