mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
parent
6fad976102
commit
515eae4a00
1 changed files with 2 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue