Parthiv Seetharaman
267e135c4d
Merge pull request #409 from Pacman99/bud-get-git
...
bud: move to shell and use git clone for get
2021-12-29 16:45:42 -08:00
Parthiv Seetharaman
87f1d7da18
bud: move to shell and use git clone for get
2021-12-29 15:41:58 -08:00
Parthiv Seetharaman
3587d67506
Merge pull request #403 from divnix/update-digga
...
update digga
2021-12-29 14:01:09 -08:00
David Arnold
a319aed9f4
imp: move follows responsibility downstream
...
- also remove unimportant (small) depenencies from follows management
- so that it is less complex as errors occur, since:
- it seems there are still follows issues present upstream
2021-12-29 14:00:25 -08:00
David Arnold
838bcd1f51
nix-direnv: rm enableFlakes and pass nixUnstable
...
> Failed assertions:
- The option definition `programs.direnv.nix-direnv.enableFlakes' in `/nix/store/pv3vi4n7x83r4sc3ljqdgg9qifr4n5gp-source/users/profiles/direnv' no longer has any effect; please remove it.
Flake support is now always enabled.
2021-12-29 14:00:25 -08:00
David Arnold
6151d02b8d
rm: use of patched nix for nixos 21.11 enabled digga
...
- patched nix held the follows patch which is now upstreamed
2021-12-29 14:00:25 -08:00
Dmytro Kostiuchenko
b15b8bf865
Do not hardcode UID for the exemplary user
...
uid = 1000 is an unreasonable default for an examplary user nixos, because someone trying DevOs on a working NixOS installation likely has their own user with uid=1000 already. The code thus renders /etc/passwd invalid preventing user from logging in
2021-11-29 10:41:33 -05:00
Pacman99
506079201d
Merge pull request #401 from michaelr/docs-fix-typo-bootstrap
...
docs: fix typo in start/bootstrapping
2021-11-20 17:58:07 -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
Timothy DeHerrera
633ccde1b1
Merge pull request #398 from KarolisL/doc_deploy_hm
...
Document using deploy-rs to deploy home-manager
2021-11-13 14:07:41 -07:00
Karolis Labrencis
89b3cf78fd
Document using deploy-rs to deploy home-manager
2021-11-02 23:44:20 +02:00
Benjamin Bädorf
6962aab06c
Remove .gitattributes files
2021-10-24 19:39:23 +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
teutat3s
1b1bc8eb97
digga: fix link to new default branch main
2021-10-21 18:28:12 -05:00
teutat3s
8397aa7aa3
workflows: switch to new default branch main
2021-10-21 18:28:12 -05:00
bors[bot]
a25d78b9c3
Merge #388
...
388: Update docs and scripts to use main branch. r=Pacman99 a=trevorriles
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.
Co-authored-by: Trevor Riles <trevor@trevorriles.com>
2021-10-09 20:07:22 +00: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
Timothy DeHerrera
a819ff2d1f
Merge pull request #387 from jyooru/patch-1
...
docs: fix typos in concepts/suites
2021-10-07 09:38:27 -06:00
Joel
8684105d21
docs: fix typos in concepts/suites
2021-10-07 19:11:21 +10:00
Pacman99
cc663a22d2
Merge pull request #386 from Pacman99/update-bud
...
flake: update bud input and add check for bud
2021-10-06 12:46:00 -07:00
Parthiv Seetharaman
74208fb88f
workflows: add check to run bud
2021-10-04 12:20:46 -07:00
Parthiv Seetharaman
469b3746cf
flake: update bud input
2021-10-04 11:59:33 -07:00
bors[bot]
287cb82d1c
Merge #380
...
380: chore: update deploy-rs, nvfetcher, devshell r=nrdxp a=GTrunSec
- waiting for https://github.com/divnix/digga/pull/108
Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org>
2021-09-30 16:38:05 +00:00
GTrunSec
1df67a3f2a
update digga lock
2021-09-30 00:33:01 -07:00
GTrunSec
f10a8fdd33
chore: update nvfecher
2021-09-29 11:49:43 -07:00
GTrunSec
950199ef2c
update deploy-rs overlay
2021-09-29 11:45:46 -07:00
bors[bot]
2976777ba9
Merge #378
...
378: Update flake to use new modules options r=nrdxp a=Pacman99
connected to divnix/digga#107
Co-authored-by: Parthiv Seetharaman <pachum99@myrdd.info>
2021-09-29 15:23:41 +00:00
Parthiv Seetharaman
e0da74c87c
Update flake to use new moddules options
2021-09-27 16:23:06 -07:00
Chris Montgomery
e5660cdf83
ci: remove lingering references to main
in workflow configs
...
`main` is no longer in use.
See #369
2021-09-20 08:10:55 -05: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
252769ce46
ci: update release workflow to checkout code from master
branch
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
19666a06a7
fix: bud get
should init flake based off master
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
Timothy DeHerrera
f13c11ea17
README.md: fix broken links
2021-09-19 11:17:01 -06:00
Chris Montgomery
c3461cd2c3
docs: master
is the current target branch for pull requests
2021-09-19 07:32:52 -05:00
Chris Montgomery
54a9a8366e
ci: workflows on main
push should trigger on master
push
2021-09-19 07:32:52 -05:00
Anton
a3b2bcf3d5
fix typo in CONTRIBUTING.md
2021-09-18 09:20:09 -05:00
Timothy DeHerrera
61a56569c8
Merge pull request #358 from benneti/patch-1
...
update pkgs documentation
2021-09-02 09:35:08 -06: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
Las Safin
5b89e53e7a
Fix typo in README.md
2021-08-11 14:42:33 -05:00
Kid
5c3d6254c3
Fix a typo
2021-08-06 11:37:01 -05:00