chore: nixfmt *
This commit is contained in:
parent
e5be2f82f3
commit
7cd97ca6d9
6 changed files with 183 additions and 17 deletions
|
@ -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 = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue