From 59fb27368d355fe4e7e5e5a98f3699436fb0376c Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Mon, 27 Jun 2022 06:59:47 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20README.md=20=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20hosts/x201/nixos/configuration.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- hosts/x201/nixos/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc79e0..9bfbbcc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ edit configuration.nix and change **./users.nix** to **../modules/users.nix** an rm /etc/nixos ln -s /home/alexandre/git/nixos-config/hosts/machine /etc/nixos - ln -s /home/alexandre/git/ + ln -s ~/git/nixos-config/modules /etc/modules ## Exploit to rebuild system, just : diff --git a/hosts/x201/nixos/configuration.nix b/hosts/x201/nixos/configuration.nix index 769a83f..62517b6 100644 --- a/hosts/x201/nixos/configuration.nix +++ b/hosts/x201/nixos/configuration.nix @@ -11,6 +11,7 @@ ./hardware-configuration.nix ./services.nix ./scanner.nix + ../modules/common.nix ]; # Use the GRUB 2 boot loader.