Felix Uhl
daca7be309
outputs: make compatible with nix run and package lists
...
This adds new outpus like `format` and `formatNoDeps` which
are compatible with `nix run` so you can do something like
nix run .#nixosConfigurations.myhostname.config.system.build.formatNoDeps
as originally intended in #78 , or add disko to your configuration like
environment.systemPackages = [
config.system.build.format
config.system.build.mount
config.system.build.destroyFormatMount
];
as mentioned in #454 .
Fixes part of #454
Supersedes #78
It also deprecates mode `disko` in favor of the clearer
`destroy,format,mount` and adds `format,mount` to allow easier in-place
updates.
2024-11-06 21:16:18 +01:00
Felix Uhl
c7ef3964b6
docs: add "latest" tag to flake references
...
This ensures that people will always use the latest release, not just
whatever the current master is.
2024-10-11 15:14:56 +00:00
lassulus
6208b31a73
nix fmt
2024-07-21 16:44:30 +02:00
Jörg Thalheim
1bbdb06f14
update quickstart to use templates from disko-templates
2024-06-09 06:40:59 +00:00
Qubasa
9f5d4e45cd
nix fmt
2024-04-29 14:57:02 +00:00
Joachim Ernst
9fd80a030b
docs: unify usage of disk-config.nix
2024-04-05 12:06:51 +00:00
NAHO
1b19111387
docs: uniformly replace 'bash' tags with 'console'
...
Reverts: 9abffdda13
2023-12-25 19:32:46 +00:00
NAHO
44e97d4197
docs: uniformly replace 'console' tags with 'bash'
...
Reverts: ca8e85652d
2023-12-25 19:32:46 +00:00
NAHO
6095c996e1
docs: uniformly replace 'bash' tags with 'console'
2023-12-25 19:32:46 +00:00
NAHO
b814f6b555
docs: standardize code blocks
2023-12-25 19:32:46 +00:00
Jörg Thalheim
c7f594c2ab
doc: add experimental flags to examples
...
fixes https://github.com/nix-community/disko/issues/459
2023-12-06 22:51:30 +00:00
lassulus
944d338d24
quickstart: remove deprecated disk handling
2023-10-27 16:02:07 +00:00
Stefan Doe
c24c3a9029
Update quickstart.md
2023-10-19 14:26:31 +01:00
maralorn
999f80f315
Fix reference link quickstart.md
2023-09-18 13:05:43 +02:00
Jörg Thalheim
9ab96378f8
reformat tree
2023-09-17 04:43:25 +00:00
Jörg Thalheim
3133097918
grub: drop version 2 from docs
2023-09-02 18:45:50 +02:00
lassulus
789e93d61c
docs: minor fixups
2023-06-05 10:23:08 +02:00
Jill
2e548efae3
Add INDEX.md, requirements.md and support_matrix.md
2023-06-05 10:16:44 +02:00
Jill
a1d9321eb7
- Revamped Quickstart
...
- Added document index and added links to it to README etc
- Created placeholders for System Requirements and Support Matrix docs
2023-06-05 10:16:44 +02:00
Jörg Thalheim
e97617e260
quickstart: fix grammar
2023-04-16 21:50:35 +02:00
lassulus
769bde0834
turn disk configs into valid nixos configuration
2023-04-06 08:56:55 +02:00
Jörg Thalheim
7e135d744d
quickstart: fix example
2023-02-26 16:00:27 +01:00
Jörg Thalheim
753b5543a0
better structure
2023-02-03 13:27:21 +01:00
Jörg Thalheim
66b265be44
add quickstart guide
2023-02-03 13:22:44 +01:00