mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
14f1f8c75f
It is broken and it has been like that for a couple of months so we'll just disable it completely. I mostly use the web UI with manual management of archiving anyways. |
||
---|---|---|
.. | ||
archiving.nix | ||
dev.nix | ||
filesystem.nix | ||
i18n.nix | ||
README.adoc | ||
system.nix |
These are simple configuration that are typically composed of setting common NixOS options such as enabling NixOS services or installing system packages. They are not going to be exported to the flakes since they are quite specific and practically, no one is going to use them with each user having different requirements even with a cluster of systems.
Each profile should have an interface to be enabled first (e.g., options.profiles.${profile}
) since it will be included as part of the included modules for our NixOS configurations.
So yeah… have at it.