style: format using treefmt
Some checks failed
Flake checks / Check (pull_request) Failing after 38s
Some checks failed
Flake checks / Check (pull_request) Failing after 38s
This commit is contained in:
parent
9279727757
commit
ff3849a38a
2 changed files with 3 additions and 4 deletions
|
@ -45,9 +45,7 @@ in
|
|||
"${config.momo-cloud.wireguard.ipv6.address}/96"
|
||||
];
|
||||
privateKeyFile = config.momo-cloud.wireguard.privateKeyFile;
|
||||
peers =
|
||||
(wireguardDevicesForUsers config.momo-cloud.authentication.users)
|
||||
++ cfg.additionalPeers;
|
||||
peers = (wireguardDevicesForUsers config.momo-cloud.authentication.users) ++ cfg.additionalPeers;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -66,7 +66,8 @@
|
|||
name: self.nixosConfigurations.${name}.config.system.build.toplevel
|
||||
)
|
||||
);
|
||||
in nixosMachines;
|
||||
in
|
||||
nixosMachines;
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue