initial rewrite
This commit is contained in:
parent
1142c6acac
commit
3d63c94742
42 changed files with 234 additions and 8780 deletions
6
hosts/olympus/bastion/containers/common.nix
Normal file
6
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