chore: nixfmt *

This commit is contained in:
steveej 2022-10-31 11:04:38 +01:00
parent e5be2f82f3
commit 7cd97ca6d9
6 changed files with 183 additions and 17 deletions

View file

@ -1,4 +1,9 @@
<<<<<<< HEAD
{ config, hostAddress, localAddress, subvolumes, targetPathSuffix ? "" }:
=======
{ config, hostAddress, localAddress, subvolumes, targetPathSuffix ? ""
, autoStart ? false }:
>>>>>>> 82ff04b (chore: nixfmt *)
let
passwords = import ../../variables/passwords.crypt.nix;
@ -108,6 +113,11 @@ in {
modifier = "rw";
}];
<<<<<<< HEAD
=======
extraFlags = [ "--resolv-conf=bind-host" ];
>>>>>>> 82ff04b (chore: nixfmt *)
privateNetwork = true;
forwardPorts = [ ];