NixOS: Difference between revisions

imported>Ixxie
Styling of the code boxes in the modules section: moved out the file names.
imported>Ixxie
No edit summary
Line 34: Line 34:
The following is an example <code>/etc/nixos/configuration.nix</code>:
The following is an example <code>/etc/nixos/configuration.nix</code>:


<syntaxhighlight lang="nix">
{{File|/etc/nixos/configuration.nix|nix|
{ config, pkgs, ... }:  
{ config, pkgs, ... }:  


Line 84: Line 84:
      
      
}
}
</syntaxhighlight>
}}


For inspiration, a variety of NixOS configuration files made by community members can be found in the [[Configuration Collection]].
For inspiration, a variety of NixOS configuration files made by community members can be found in the [[Configuration Collection]].