From 60b68bc9bdc3ecc8d411261d2ec60fd591e86e26 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 16 Sep 2024 17:21:50 +0200 Subject: [PATCH] templates: don't explicitly import hardware-configurations --- templates/new-clan/machines/jon/configuration.nix | 1 - templates/new-clan/machines/sara/configuration.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/new-clan/machines/jon/configuration.nix b/templates/new-clan/machines/jon/configuration.nix index 4870771be..a675ce882 100644 --- a/templates/new-clan/machines/jon/configuration.nix +++ b/templates/new-clan/machines/jon/configuration.nix @@ -1,6 +1,5 @@ { imports = [ - ./hardware-configuration.nix # contains your disk format and partitioning configuration. ../../modules/disko.nix # this file is shared among all machines diff --git a/templates/new-clan/machines/sara/configuration.nix b/templates/new-clan/machines/sara/configuration.nix index 4c7dafeae..b68885d4e 100644 --- a/templates/new-clan/machines/sara/configuration.nix +++ b/templates/new-clan/machines/sara/configuration.nix @@ -1,6 +1,5 @@ { imports = [ - ./hardware-configuration.nix ../../modules/disko.nix ../../modules/shared.nix # enables GNOME desktop (optional)