From 3ec9c5e7db7cc491bb3bc4e458e237da390fdb9b Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 22 Oct 2023 16:07:08 +0200 Subject: [PATCH] align host/**/default.nix --- hosts/mu/default.nix | 2 +- hosts/omega/default.nix | 4 ++-- hosts/tor/default.nix | 4 ++-- hosts/zeta/default.nix | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/mu/default.nix b/hosts/mu/default.nix index 989053e..e67b008 100644 --- a/hosts/mu/default.nix +++ b/hosts/mu/default.nix @@ -1,9 +1,9 @@ { ... }: { imports = [ - ./hardware.nix ../../overlays ../../modules/base ../../modules/desktop + ./hardware.nix ./fan.nix ./fish.nix ./git.nix diff --git a/hosts/omega/default.nix b/hosts/omega/default.nix index 9cd8b04..70d09ac 100644 --- a/hosts/omega/default.nix +++ b/hosts/omega/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./sway.nix ../../overlays ../../modules/base ../../modules/desktop ../../modules/syncthing.nix + ./hardware.nix + ./sway.nix ]; networking.hostName = "omega"; diff --git a/hosts/tor/default.nix b/hosts/tor/default.nix index a518343..5f754f2 100644 --- a/hosts/tor/default.nix +++ b/hosts/tor/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./tor.nix ../../overlays ../../modules/base ../../modules/server ../../modules/tor + ./hardware.nix + ./tor.nix ]; networking.hostName = "tor"; diff --git a/hosts/zeta/default.nix b/hosts/zeta/default.nix index 2181614..f0a03c7 100644 --- a/hosts/zeta/default.nix +++ b/hosts/zeta/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./sway.nix ../../overlays ../../modules/base ../../modules/desktop ../../modules/syncthing.nix + ./hardware.nix + ./sway.nix ]; networking.hostName = "zeta";