mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Reformat nix files
This commit is contained in:
parent
dd5b87f66e
commit
d098f4bfbf
4 changed files with 18 additions and 12 deletions
|
|
@ -11,9 +11,11 @@
|
|||
./modules/openssh.nix
|
||||
];
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
devShell.x86_64-linux = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nixpkgs-fmt
|
||||
terraform_0_14
|
||||
sops
|
||||
];
|
||||
|
|
@ -22,7 +24,7 @@
|
|||
nixosConfigurations = {
|
||||
db1 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = common.modules ++[
|
||||
modules = common.modules ++ [
|
||||
./modules/postgresql.nix
|
||||
({
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -36,7 +38,7 @@
|
|||
};
|
||||
backend1 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = common.modules ++[
|
||||
modules = common.modules ++ [
|
||||
./modules/murmur.nix
|
||||
./modules/synapse.nix
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue