Update disko-install.md

Fixes #611
This commit is contained in:
Andrey Butirsky 2024-04-23 15:14:37 +03:00 committed by GitHub
parent 6fad976102
commit 515eae4a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,8 @@ Add this to your flake.nix output:
{
nixosConfigurations.your-machine = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
# to pass this flake into your configuration (see the example below)
specialArgs = {inherit self;};
modules = [
{
# TODO: add your NixOS configuration here, don't forget your hardware-configuration.nix as well!