diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 16:09:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 16:09:41 +0200 |
commit | 8eb9404b53fed78d1b26180a14717bf2e04ef38e (patch) | |
tree | 10789bff302e5390d834dfa235d411a25d52d193 /system/services/fwupd/default.nix | |
parent | Fix(system/services/steam): Install wine with steam (diff) | |
download | nixos-config-8eb9404b53fed78d1b26180a14717bf2e04ef38e.tar.gz nixos-config-8eb9404b53fed78d1b26180a14717bf2e04ef38e.zip |
Feat(system/services/postgresql): Init
diff --git a/system/services/default.nix b/system/services/default.nix index 994a6d2..c4b9539 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -5,6 +5,7 @@ ./fwupd ./nix ./openssh + ./postgresql ./printing ./scanning #./serverphone diff --git a/system/services/postgresql/default.nix b/system/services/postgresql/default.nix new file mode 100644 index 0000000..165be27 --- /dev/null +++ b/system/services/postgresql/default.nix @@ -0,0 +1,5 @@ +{...}: { + services.postgresql = { + enable = true; + }; +}
Diffstat (limited to 'system/services/fwupd/default.nix')
0 files changed, 0 insertions, 0 deletions