aboutsummaryrefslogtreecommitdiffstats
path: root/system/services (unfollow)
Commit message (Collapse)Author
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Fix(system/services/postgresql): Disable as it's no longer neededSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-25Feat(system/services/postgresql): InitSoispha
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-25Fix(system/services/steam): Install wine with steamSoispha
2023-08-19Fix(system/services/serverphone): Disable bc building the gpg keys dosn't workSoispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-08-01Fix(system/services/backup): Run backup every 8h, not only on bootSoispha
2023-07-30Fix(system/services/serverphone): Update key symlinkSoispha
2023-07-30Feat(treewide): Add enable options for secrets and impermanenceSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-15Feat(services/fwupd): AddSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Feat(disko): Squash CommitSoispha
2023-07-04Fix(system/services/openssh): Don't hash know hostsSoispha
The trade off between security and convenience isn't worth it.
2023-06-17Fix(system/services/serverphone): Add home dirSoispha
2023-06-17Fix(system/services/nix): Use nixStable as unstable is broken right nowSoispha
2023-06-16Fix(system/services/serverphone): Explicitly enable DoasSoispha
2023-06-16Fix(system/services/serverphone): Correct line breaksSoispha
2023-06-16Fix(system/services/serverphone): Assure that all paths are availableSoispha
2023-06-16Fix(system/services/serverphone): Make symlink relativeSoispha
2023-06-06Fix(system/services/serverphone): Fully addSoispha
2023-06-06Feat(system/services/serverphone): AddSoispha
2023-05-28Fix(treewide): Update to new shell library versionSoispha
2023-05-20Refactor(system/users): Add the groups in the file, giving contextSoispha
2023-05-20Refactor(system/services/printing): Split printing and scanningSoispha
2023-05-17Fix(system/services/printing): Remove useless driversSoispha
2023-05-17Fix(system/services/printing): Only start cups as neededSoispha
2023-05-17Fix(sytem/services/printing): Make scanners workSoispha
2023-05-17Fix(system/services/snapper): Use new option layoutSoispha
2023-05-09Feat(system/services/steam): ModularizeSoispha
2023-05-09Fix(system): Disable timer activated systemd servicesSoispha
2023-05-09Fix(hm/wms/river): Activate wlr xdg portalSoispha
2023-05-09Fix(hm/conf/swaylock): Pam permission issueSoispha
2023-05-09Feat(system/services/backup): AddSoispha
'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.
2023-05-09Fix(system/nixpkgs): Remove CA-derivations againSoispha
2023-05-09Fix(system/services/nix): Add nixpkgs to argsSoispha
2023-05-09Fix(system/nixpkgs): Configure at a system levelSoispha
2023-05-09Fix(system/services/nix): Use correct valuesSoispha
2023-05-09Fix(system/services/steam): Disable steamSoispha
There are still complaints about steam's license.
2023-05-09Fix(hm/pkgs/lutris): Remove bc of unfree licenseSoispha
I'm having a hard time telling nixpkgs, that steam may be installed, if it is required in the deps of lutris.
2023-05-09Feat(flake): Activate content-addressed derivationsSoispha
2023-04-09Style(treewide): FormatSoispha
2023-04-08Fix(system/services/printing): Add correct uriene
2023-04-08Feat(system/services/printing): Add a printerene
2023-04-07Feat(hm/pkgs): Add lutrisene
Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid.
2023-04-05Style(treewide): Formatene
2023-04-05Fix(system/services/printing): start avahi daemonene
2023-04-03Fix(system/services/nix): Use real namesene
Declaring things by their attribute name 'inputs', makes the lives of linters and such exceptionally harder.
2023-03-25Feat(system/services/nix): Add templates and short namesene