Skip to content

Commit

Permalink
system: drop postgres
Browse files Browse the repository at this point in the history
These days I'm no longer interested in the time commitment required for
maintaining postgres for fun.
  • Loading branch information
donovanglover committed Nov 1, 2024
1 parent 125dea6 commit 43dee0d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions modules/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ let
mullvad
allowSRB2Port
allowDevPort
postgres
;

isPhone = config.programs.calls.enable;
Expand Down Expand Up @@ -78,7 +77,6 @@ in

iHaveLotsOfRam = mkEnableOption "tmpfs on /tmp";
mullvad = mkEnableOption "mullvad vpn";
postgres = mkEnableOption "postgres database for containers";
allowSRB2Port = mkEnableOption "port for srb2";
allowDevPort = mkEnableOption "port for development server";
};
Expand Down Expand Up @@ -256,18 +254,6 @@ in
enableExcludeWrapper = false;
};

postgresql = mkIf postgres {
enable = true;

ensureUsers = singleton {
name = username;
};

ensureDatabases = [
username
];
};

openssh = {
enable = true;

Expand Down

0 comments on commit 43dee0d

Please sign in to comment.