Self-host your own digital island
1 2# Adding Eilean to an Existing NixOS System 3 4If you already have a NixOS system and want to use Eilean you can add to your configuration. 5Note this requires a flake-enabled system. 6 7Add `github:RyanGibb/eilean-nix` as an input to your flake, and import `eilean.nixosModules.default`. 8You should then be able to use the configuration options in `config.eilean`. 9See [../template/flake.nix](../template/flake.nix) for an example.