aboutsummaryrefslogtreecommitdiff
path: root/src/org (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* packages.scm: Add missing default config for root and %wheelEuAndreh2024-08-241-1/+2
|
* packages.scm: Add "secrets-keeper" accounts and sudoers configurationEuAndreh2024-08-241-2/+33
|
* packages.scm: Replace url-fetch with git-fetchEuAndreh2024-08-221-29/+33
|
* queue.scm: Change $GO_TEST_TIMEOUT_SCALE from 1000 to 10EuAndreh2024-08-211-1/+1
|
* Revert "queue.scm: Remove source-filter and about-filter from cgit ↵EuAndreh2024-08-211-0/+2
| | | | | | configuration" This reverts commit e75e0615aa293eadd2f3509089f765dcb3a1ea7d.
* packages.scm: Update syskeep packageEuAndreh2024-08-211-2/+2
|
* queue.scm: Remove source-filter and about-filter from cgit configurationEuAndreh2024-08-211-2/+0
|
* packages.scm: Update syskeep packageEuAndreh2024-08-211-2/+2
|
* packages.scm: Remove "known_hosts" from syskeep-etc-filesEuAndreh2024-08-211-1/+0
| | | | Instead, each server includes its own.
* packages.scm: Replace some (string-append ...) with (str ...)EuAndreh2024-08-211-12/+12
|
* packages.scm: Move utility functions to the beginning of the fileEuAndreh2024-08-211-21/+20
|
* package.scm: Use (let ...) to simplify (etc-entries ...) functionEuAndreh2024-08-211-5/+4
|
* packages.scm: Include "backupit" in list of packages to buildEuAndreh2024-08-211-0/+1
|
* packages.scm: Add "nicely" package to syskeep-profileEuAndreh2024-08-211-0/+1
|
* packages.scm: Define "backupit" package and include it in syskeep-profileEuAndreh2024-08-211-1/+9
|
* packages.scm: Add syskeep-activation to syskeep-service-typeEuAndreh2024-08-201-24/+31
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Add "eut" package to syskeep-profileEuAndreh2024-08-201-0/+1
|
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Conditionally run git-shepherd-services based on new ↵EuAndreh2024-08-201-17/+20
| | | | configuration attribute
* packages.scm: Update syskeep packageEuAndreh2024-08-201-2/+2
|
* packages.scm: Add "git" to syskeep-profileEuAndreh2024-08-201-0/+1
|
* packages.scm: Factor out (activation-gexp ...) into its own functionEuAndreh2024-08-191-22/+25
|
* queue.scm: Use inline definition of slurpEuAndreh2024-08-191-1/+4
|
* packages.scm: Add (with-services-from-args ...)EuAndreh2024-08-191-0/+40
|
* packages.scm: Rename type -> config-typeEuAndreh2024-08-191-22/+23
|
* queue.scm: Add knot-zones-configurationEuAndreh2024-08-191-0/+103
|
* packages.scm: Export git-configuration-*EuAndreh2024-08-181-0/+13
|
* packages.scm: Add git-service-typeEuAndreh2024-08-181-0/+86
|
* packages.scm: Explicitly export functions that take rest parametersEuAndreh2024-08-181-1/+4
|
* packages.scm: Add missing call to slurp public key fileEuAndreh2024-08-181-1/+2
|
* packages.scm: Add "networking" as a requirement in (shepherd-services-for ...)EuAndreh2024-08-181-1/+1
|
* packages.scm: Remove git-specific configuration from syskeep service definitinoEuAndreh2024-08-181-20/+0
|
* packages.scm: Include %base-packages in (package-set ...) resultEuAndreh2024-08-181-0/+1
|
* packages.scm: Update syskeep packageEuAndreh2024-08-181-2/+2
|
* packages.scm: Add more default values for services configurationsEuAndreh2024-08-181-4/+4
|
* packages.scm: Do no create home directories for system usersEuAndreh2024-08-181-0/+1
|
* cat src/org/euandre/services.scm >> src/org/euandre/packages.scmEuAndreh2024-08-182-563/+561
|
* services.scm: Add "options", "listen-socket" and "upstream-socket" fieldsEuAndreh2024-08-181-30/+75
|
* packages.scm: Update syskeep packageEuAndreh2024-08-171-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-172-3/+3
|
* packages.scm: Remove old package versionsEuAndreh2024-08-171-174/+43
|
* packages.scm: Use eut reference from the definition itselfEuAndreh2024-08-171-9/+9
|
* services.scm: Stop including heredoc: moduleEuAndreh2024-08-171-1/+0
|
* Add services for papo-derived projects and for new package syskeepEuAndreh2024-08-173-98/+766
|
* Revert "queue.scm: Separate stdlib binaries into its own output"EuAndreh2024-08-141-6/+1
| | | | This reverts commit 37eece0efd628793397540b4e2d29c54582b28c3.
* queue.scm: Render Go's timeout innefective by making it too largeEuAndreh2024-08-131-5/+4
|
* queue.scm: Separate stdlib binaries into its own outputEuAndreh2024-08-131-1/+6
|