1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00
Commit Graph

85 Commits

Author SHA1 Message Date
teutat3s
a100fee8f0 chore: update docs 2022-02-23 15:23:14 -08:00
Lin Yinfeng
83afb8135d Update api reference 2022-02-23 15:23:14 -08:00
Parthiv Seetharaman
0014c5d509 rename current modules -> exportedModules
and externalModules -> modules
2022-02-23 15:23:14 -08:00
Parthiv Seetharaman
de57ab6967 mkFlake/options: add pathToOr for modules options 2022-02-23 15:23:14 -08:00
David Arnold
6267d6abf9 imp: remove default application of profileTests
now that we have per-host custom tests, it does not make sense anymore
to have magic lumpsum tests.

users are encouraged to use the new digga.lib.allProfilesTest standard
test and add it to a host's test like so:

`nixos.<host>.tests = [ digga.lib.allPrefilesTest ];`
2022-02-23 15:23:14 -08:00
David Arnold
35e45d6a0a fix: doc fixes 2022-02-23 15:23:14 -08:00
Timothy DeHerrera
62f5e48398 spelling fixes 2022-02-23 15:23:14 -08:00
David Arnold
8a8f92fb42 imp: add per host tests
this allow users to specifiy per hosts tests in the host api container
under `.test`.

test must be an attrs or a function that is invoked as a package and
that returns an attrs which can be consumed by nixos' `mkTest`.

tests must have a name, so that they can be told apart in the
flake's check attribue.
2022-02-23 15:23:14 -08:00
David Arnold
cf6f2e1bd9 fix: don't git ignore the mdbook index 2022-02-23 15:23:14 -08:00
David Arnold
b089b036c2 fix: mkFlake options & functor 2022-02-23 15:23:14 -08:00
David Arnold
fee8829dd7 docs: add general docs (w/o library reference)
library reference expected to come as soon as flake-utils-plus has
the corresponding implementation.
2022-02-23 15:23:14 -08:00
David Arnold
736b50eeb0 fix: api-doc job 2022-02-23 15:23:14 -08:00
Pacman99
f921586ac2 doc: update options documentation 2022-02-23 15:23:13 -08:00
Pacman99
fb2194ae16 Add doc for mkFlake and explain usage in README 2022-02-23 15:22:07 -08:00
Parthiv Seetharaman
46fe74647e tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
Brendan Tobolaski
d6b84ca240
Fix decryption location for agenix 2022-02-17 10:15:02 -06:00
Ben Merritt
fbfb84b96c Fix outdated option name 2022-01-10 23:21:52 -08:00
Ben Merritt
a7fae1dbcc Update secrets path
See e538664435
2022-01-09 00:14:24 -08:00
Michael Reddick
70545abd1b docs: fix typo in start/bootstrapping 2021-11-20 15:58:37 -06:00
Timothy DeHerrera
fca9289eec
Merge pull request #395 from pub-solar/refactor/remove-git-crypt
Remove git crypt, update docs
2021-11-13 14:09:09 -07:00
Karolis Labrencis
89b3cf78fd Document using deploy-rs to deploy home-manager 2021-11-02 23:44:20 +02:00
Benjamin Bädorf
243116e228
Remove git crypt, update docs 2021-10-24 19:36:56 +02:00
Karolis Labrencis
65db5d30ae docs: remove outdated nix-rebuild notes 2021-10-23 17:50:49 -05:00
Trevor Riles
804e972c57 Update docs and scripts to use main branch.
When following the getting started guide commands were failing due to
the mater branch not existing. I went through and updated all
references in the docs and other scripts from master to main.
2021-10-09 11:19:52 -05:00
Joel
8684105d21
docs: fix typos in concepts/suites 2021-10-07 19:11:21 +10:00
Chris Montgomery
95f89c0b44 docs: use single quotes in example to avoid shell expansion 2021-09-20 08:10:31 -05:00
Chris Montgomery
ccf160dd21 docs: deploy command example is run from repo root 2021-09-20 08:10:31 -05:00
Chris Montgomery
0770c7f900 docs: bud get creates a directory named devos by default
As mentioned in #370 it would not result in a directory called `bud`, as
can be seen in the custom `get.bash` command where the directory name
defaults to `devos`.
2021-09-20 08:10:31 -05:00
Chris Montgomery
57a14bb411 docs: update links to point to master instead of core 2021-09-20 08:10:31 -05:00
Chris Montgomery
955b9ce1c1 docs(bud): replace references to flk 2021-09-20 08:10:31 -05:00
Chris Montgomery
c3461cd2c3 docs: master is the current target branch for pull requests 2021-09-19 07:32:52 -05:00
Anton
a3b2bcf3d5 fix typo in CONTRIBUTING.md 2021-09-18 09:20:09 -05:00
benneti
0536d0de90
update pkgs documentation 2021-09-02 11:37:21 +02:00
David Arnold
079adc4474
fix: more docs w.r.t. bootstrap iso 2021-08-12 20:57:22 -05:00
David Arnold
c46d923876
fix: iso docs w.r.t. bud burn and bootstrap.nix 2021-08-12 20:51:18 -05:00
David Arnold
32bddf6403
fix: docs bootsrtap - swap disk by label (easied copy/paste) 2021-08-12 20:48:30 -05:00
David Arnold
c30870f266
imp: bootstrap docs 2021-08-12 20:46:03 -05:00
David Arnold
2fcb3605ee
docs: soft update (fix the most obvious drift) 2021-08-01 16:38:52 -05:00
David Arnold
b95189d754
rm: community
the commmunity branch was fallen too far behind and there where no
contributions to it, anyways. We will start linking usage examples
out in the wild, instead.
2021-07-16 12:50:18 -05:00
David Arnold
b927d97ce2
doc: nvfetcher 2021-06-24 21:37:51 -05:00
Pacman99
a7c20465ec doc/suites: updating explanation of suites 2021-06-08 18:27:54 -07:00
Pacman99
9dcc4adeef
Merge pull request #311 from almostnobody/patch-1
override module doc: fix #310
2021-06-08 14:07:19 -07:00
almostnobody
d852305c4c
Update doc/concepts/overrides.md
Co-authored-by: Pacman99 <pachum99@myrdd.info>
2021-06-08 22:24:24 +03:00
almostnobody
c30e8c5ca2
override module doc: fix #310 2021-06-08 22:10:17 +03:00
Pacman99
fe3a624930 docs: general updates 2021-06-05 10:10:05 -07:00
Jarosław Wygoda
454b27937f customBuilds: add digitalOcean 2021-06-03 08:48:25 +02:00
Pacman99
768e3e7541 Merge branch 'core' into develop 2021-05-27 11:02:41 -07:00
Narice
20649fb3a9 Added note about cache in the start index
This resolves #292.
2021-05-24 10:42:57 +02:00
Pacman99
adaf76e1fb doc/hosts: update to new auto-import style 2021-05-18 10:23:43 -07:00
Yannick Markus
629a50975f
hosts doc: fix hardware module in example 2021-05-18 18:11:29 +02:00