NixOS: Difference between revisions

imported>Ixxie
No edit summary
imported>Ixxie
Undo revision 1374 by Ixxie (talk)
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>:


{{File|/etc/nixos/configuration.nix|nix|
<syntaxhighlight lang="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]].