style: format using treefmt
Some checks failed
Flake checks / Check (pull_request) Failing after 38s

This commit is contained in:
teutat3s 2025-04-18 17:53:11 +02:00
parent 9279727757
commit ff3849a38a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 4 deletions

View file

@ -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;
};
};

View file

@ -66,7 +66,8 @@
name: self.nixosConfigurations.${name}.config.system.build.toplevel
)
);
in nixosMachines;
in
nixosMachines;
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [