Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Feat(system/services/postgresql): Init | Soispha | 2023-08-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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; + }; +} | ||
* | Fix(system/services/steam): Install wine with steam | Soispha | 2023-08-25 |
| | |||
* | Fix(system/services/serverphone): Disable bc building the gpg keys dosn't work | Soispha | 2023-08-19 |
| | |||
* | Refactor(treewide): Move module configuration in separate files | Soispha | 2023-08-01 |
| | |||
* | Fix(system/services/backup): Run backup every 8h, not only on boot | Soispha | 2023-08-01 |
| | |||
* | Fix(system/services/serverphone): Update key symlink | Soispha | 2023-07-30 |
| | |||
* | Feat(treewide): Add enable options for secrets and impermanence | Soispha | 2023-07-30 |
| | |||
* | Fix(hosts/isimud): Import the whole system configuration | Soispha | 2023-07-29 |
| | |||
* | Feat(services/fwupd): Add | Soispha | 2023-07-15 |
| | |||
* | Style(treewide): Switch to editorconfig | Soispha | 2023-07-10 |
| | |||
* | Feat(disko): Squash Commit | Soispha | 2023-07-10 |
| | |||
* | Fix(system/services/openssh): Don't hash know hosts | Soispha | 2023-07-04 |
| | | | | The trade off between security and convenience isn't worth it. | ||
* | Fix(system/services/serverphone): Add home dir | Soispha | 2023-06-17 |
| | |||
* | Fix(system/services/nix): Use nixStable as unstable is broken right now | Soispha | 2023-06-17 |
| | |||
* | Fix(system/services/serverphone): Explicitly enable Doas | Soispha | 2023-06-16 |
| | |||
* | Fix(system/services/serverphone): Correct line breaks | Soispha | 2023-06-16 |
| | |||
* | Fix(system/services/serverphone): Assure that all paths are available | Soispha | 2023-06-16 |
| | |||
* | Fix(system/services/serverphone): Make symlink relative | Soispha | 2023-06-16 |
| | |||
* | Fix(system/services/serverphone): Fully add | Soispha | 2023-06-06 |
| | |||
* | Feat(system/services/serverphone): Add | Soispha | 2023-06-06 |
| | |||
* | Fix(treewide): Update to new shell library version | Soispha | 2023-05-28 |
| | |||
* | Refactor(system/users): Add the groups in the file, giving context | Soispha | 2023-05-20 |
| | |||
* | Refactor(system/services/printing): Split printing and scanning | Soispha | 2023-05-20 |
| | |||
* | Fix(system/services/printing): Remove useless drivers | Soispha | 2023-05-17 |
| | |||
* | Fix(system/services/printing): Only start cups as needed | Soispha | 2023-05-17 |
| | |||
* | Fix(sytem/services/printing): Make scanners work | Soispha | 2023-05-17 |
| | |||
* | Fix(system/services/snapper): Use new option layout | Soispha | 2023-05-17 |
| | |||
* | Feat(system/services/steam): Modularize | Soispha | 2023-05-09 |
| | |||
* | Fix(system): Disable timer activated systemd services | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/wms/river): Activate wlr xdg portal | Soispha | 2023-05-09 |
| | |||
* | Fix(hm/conf/swaylock): Pam permission issue | Soispha | 2023-05-09 |
| | |||
* | Feat(system/services/backup): Add | Soispha | 2023-05-09 |
| | | | | | | | | | | | 'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some changes are necessary to get it working with nixos. Alternatives (although both similarly discontinued): - the original snap-sync [https://github.com/qubidt/snap-sync] -> Is effectively snap-sync-forced but without 50+ commits - 'dsnap-sync' [https://github.com/rzerres/dsnap-sync] -> Was forked long ago, now abandoned. Is rewritten in dash with lots of extra features, but sort of breaks even worse on nixos. | ||
* | Fix(system/nixpkgs): Remove CA-derivations again | Soispha | 2023-05-09 |
| | |||
* | Fix(system/services/nix): Add nixpkgs to args | Soispha | 2023-05-09 |
| | |||
* | Fix(system/nixpkgs): Configure at a system level | Soispha | 2023-05-09 |
| | |||
* | Fix(system/services/nix): Use correct values | Soispha | 2023-05-09 |
| | |||
* | Fix(system/services/steam): Disable steam | Soispha | 2023-05-09 |
| | | | | There are still complaints about steam's license. | ||
* | Fix(hm/pkgs/lutris): Remove bc of unfree license | Soispha | 2023-05-09 |
| | | | | | I'm having a hard time telling nixpkgs, that steam may be installed, if it is required in the deps of lutris. | ||
* | Feat(flake): Activate content-addressed derivations | Soispha | 2023-05-09 |
| | |||
* | Style(treewide): Format | Soispha | 2023-04-09 |
| | |||
* | Fix(system/services/printing): Add correct uri | ene | 2023-04-08 |
| | |||
* | Feat(system/services/printing): Add a printer | ene | 2023-04-08 |
| | |||
* | Feat(hm/pkgs): Add lutris | ene | 2023-04-07 |
| | | | | | Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid. | ||
* | Style(treewide): Format | ene | 2023-04-05 |
| | |||
* | Fix(system/services/printing): start avahi daemon | ene | 2023-04-05 |
| | |||
* | Fix(system/services/nix): Use real names | ene | 2023-04-03 |
| | | | | | Declaring things by their attribute name 'inputs', makes the lives of linters and such exceptionally harder. | ||
* | Feat(system/services/nix): Add templates and short names | ene | 2023-03-25 |
| | |||
* | Style(format): Alejandra | ene | 2023-03-19 |
| | |||
* | Fix(system): Move services to system | ene | 2023-03-17 |