Commit message (Collapse) | Author | ||
---|---|---|---|
2023-08-25 | Feat(hm/conf/git): Mark moved code in diffs and delta for merge conflicts | Soispha | |
2023-08-25 | Fix(hm/conf/neovim/plugins): Move raw plugins to their config dirs | Soispha | |
2023-08-25 | Fix(hm/conf/neovim/plugins/harpoon/mappings): Simplify mappings | Soispha | |
2023-08-25 | Feat(hm/conf/lf): Add command to go to flake base dir | Soispha | |
2023-08-25 | Build(flake): Update | Soispha | |
2023-08-25 | Feat(system/services/postgresql): Init | Soispha | |
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; + }; +} | |||
2023-08-25 | Fix(system/services/steam): Install wine with steam | Soispha | |
2023-08-25 | Fix(hm/conf/neovim/plugins): Import added plugins | Soispha | |
2023-08-25 | Fix(hm/conf/neovim/plugins/telescope): Init | Soispha | |
2023-08-25 | Fix(hm/conf/leap): Squas | Soispha | |