NixOS configuration as a first-class abstraction #339
Labels
No labels
0 points
0.5 points
1 point
13 points
2 points
21 points
3 points
34 points
5 points
55 points
8 points
api service
blocked
component: fediversity panel
component: nixops4
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
infinite points
productisation
project-management
question
role: application developer
role: application operator
role: hosting provider
role: maintainer
security
technical debt
testing
type unclear
type: bug
type: deliverable
type: key result
type: objective
type: task
type: user story
user experience
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#288 external developers empowered to contribute
fediversity/fediversity
Reference: fediversity/fediversity#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a Nix developer,
I want to consume Fediversity as a NixOS configuration,
so that using it will be simple.
implementation notes
services/vmdirectory achieves application-level nixos configurationshoststo facilitate the SSL logic these modules try to work aroundargs@{ foo, bar ? "default" }: { config = { inherit (args) foo bar; };config: { config = lib.mkMerge [ { ... } config ]; options.fediversity = { ... }; }to configure byimportor cli flag--arg(str)[ ] downgrade the orchestrator from core to a deployment pipeline for the ProxmoX run-timepanel, for either offering runtime-specific Nix configuration as well as a way to pass runtime-specific settings such as ProxmoX credentialsmerge service NixOS configurationsto make NixOS configuration the core abstractionkiara referenced this issue2025-05-27 15:54:17 +02:00
make NixOS configuration the core abstractionto NixOS configuration the core abstractionNixOS configuration the core abstractionto NixOS configuration as the core abstractionkiara referenced this issue2025-06-10 19:35:21 +02:00
technically, in the data model approach now the basic abstraction is no longer necessarily a nixos configuration, tho given default application configs we should be able to straight-forwardly generate these for a given run-time environment, e.g. have examples for each of those such as
examples/live-usb.nix.for the purpose of this ticket tho, such an approach should suffice, given at least it would ensure one should no longer need multiple nodes or external tools.
kiara referenced this issue2025-08-14 12:10:53 +02:00
kiara referenced this issue2025-08-15 09:34:56 +02:00
kiara referenced this issue2025-12-02 21:29:48 +01:00
NixOS configuration as the core abstractionto NixOS configuration as a first-class abstraction