aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/lf/commands/scripts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 16:09:41 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 16:09:41 +0200
commit8eb9404b53fed78d1b26180a14717bf2e04ef38e (patch)
tree10789bff302e5390d834dfa235d411a25d52d193 /hm/soispha/conf/lf/commands/scripts
parentFix(system/services/steam): Install wine with steam (diff)
downloadnixos-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 'hm/soispha/conf/lf/commands/scripts')
0 files changed, 0 insertions, 0 deletions