home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 79ad4c906e8bab5e0eb8d2bac23a4d381152fa26
parent bbb32a3177a6e4b9144ba5273c48fa2e3c9c4203
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 27 Nov 2023 18:57:18 +0100

systems/kerkouane: fix imports

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/kerkouane.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systems/hosts/kerkouane.nix b/systems/hosts/kerkouane.nix @@ -67,8 +67,8 @@ in # (sources.nixos + "/nixos/modules/profiles/qemu-guest.nix") # (import ../../nix).home-manager-stable # ../modules/default.stable.nix - import ../../users/vincent - import ../../users/root + (import ../../users/vincent) + (import ../../users/root) ]; networking.hostName = hostname;