mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 08:02:21 +03:00
18ea519f0d
prior to this commit the bootstrapping iso deactivated _all_ profiles that were somehow contained in a suite. that is an error, since it deactivates all profiles, even the most basic and desired ones. the impetus had been to prevent unwantes systemd services from launching however, there seems no reliable approach to achieve that. the now proposed alternative model is to add a bootsrap host akin to the followint config: ```nix # os/hosts/bootstrap.nix { profiles, ... }: { imports = [ profiles.networking profiles.users.root profiles.users.nixos ]; } ``` |
||
---|---|---|
.. | ||
bootstrap-iso.nix | ||
default.nix | ||
nix-config.nix |