Merge pull request #612 from bam80/patch-1

Update disko-install.md
This commit is contained in:
lassulus 2024-04-23 14:26:18 +02:00 committed by GitHub
commit dea314155a
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!