Skip to content

Commit

Permalink
rollout postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Oct 29, 2024
1 parent fdecf4d commit dc3b638
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machines/kipchoge/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
openssh.enable = true;
# enables users which got moved into a seperate file
podman.enable = true;
postgres = {
enable = true;
port = 5432;
};
user = {
awallau.enable = true;
root.enable = true;
Expand Down
5 changes: 5 additions & 0 deletions machines/mayer/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
paperless.enable = true;
# set up ssh server
openssh.enable = true;

postgres = {
enable = true;
port = 5432;
};
# recepies
tandoor = {
enable = false;
Expand Down
5 changes: 5 additions & 0 deletions machines/werth/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
nix-common.enable = true;
# set up ssh server
openssh.enable = true;

postgres = {
enable = true;
port = 5432;
};
# enables users which got moved into a seperate file
user = {
awallau.enable = true;
Expand Down

0 comments on commit dc3b638

Please sign in to comment.