Add example configuration.nix
This commit is contained in:
parent
a559c6172c
commit
d12e7600cf
1 changed files with 15 additions and 0 deletions
15
configuration.nix.example
Normal file
15
configuration.nix.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
hostName = "Host name here!";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./options
|
||||
./overlays
|
||||
./base
|
||||
./hosts/${hostName}.nix
|
||||
./personal.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue