From 3f600ab07dbad3b6dd7655587ddea158b19aea71 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 23:42:21 +0200 Subject: Refactor(treewide): Abbreviate path names --- hosts/apzu/default.nix | 2 +- hosts/isimud/default.nix | 2 +- hosts/lahmu/default.nix | 2 +- hosts/mammun/default.nix | 2 +- hosts/tiamat/default.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 293b09a2..8c580214 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -3,7 +3,7 @@ ./hardware ./networking.nix - ../../system + ../../sys ]; soispha = { diff --git a/hosts/isimud/default.nix b/hosts/isimud/default.nix index 5f8fc987..5aa6ad3c 100644 --- a/hosts/isimud/default.nix +++ b/hosts/isimud/default.nix @@ -2,7 +2,7 @@ imports = [ ./hardware ./networking.nix - ../../system + ../../sys ]; isoImage = { diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix index 85ff9a0e..94d8b054 100644 --- a/hosts/lahmu/default.nix +++ b/hosts/lahmu/default.nix @@ -9,7 +9,7 @@ ./hardware ./networking.nix - ../../system + ../../sys ]; soispha = { diff --git a/hosts/mammun/default.nix b/hosts/mammun/default.nix index cb7d259f..5c66d9fa 100644 --- a/hosts/mammun/default.nix +++ b/hosts/mammun/default.nix @@ -10,7 +10,7 @@ ./hardware ./networking.nix - ../../system + ../../sys ]; soispha = { locale.enable = true; diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 3aa291c2..7f2080e3 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -3,7 +3,7 @@ ./hardware ./networking.nix - ../../system + ../../sys ]; soispha = { -- cgit 1.4.1