From 4859b1db85034673e1751283d0eeeb01e8197ed9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 17:45:07 -0300 Subject: README.md: Remove comments from sample nix configuration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 06c4933..a4e4d12 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ The basic `configuration.nix` file in the current snapshots looks just like this { config, pkgs, ... }: { - imports = [ # Include the results of the hardware scan. + imports = [ ./hardware-configuration.nix ]; boot.loader.grub.enable = true; boot.loader.grub.version = 2; - boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only + boot.loader.grub.device = "/dev/vda"; networking.useDHCP = false; networking.interfaces.ens3.useDHCP = true; -- cgit v1.2.3