From 3bf29c686274e19576aeb4f19510fa0702d2cb0c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 22 Dec 2024 10:58:36 +0000 Subject: Move shared nix{os,-darwin} config to shared/nixos-and-darwin --- hosts/ahmed/configuration.nix | 6 +++--- hosts/muhammed/configuration.nix | 6 +++--- hosts/omar/configuration.nix | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'hosts') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index f3a7981..1da2dd8 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -9,9 +9,9 @@ ./hardware-configuration.nix ../../shared/nixos/cloudflare-proxy - ../../shared/nixos/common-nix-settings - ../../shared/nixos/common-shell-settings - ../../shared/nixos/common-hm-settings + ../../shared/nixos-and-darwin/common-nix-settings + ../../shared/nixos-and-darwin/common-shell-settings + ../../shared/nixos-and-darwin/common-hm-settings ./duksebot ./git.linus.onl diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 0943fef..9c0bef2 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -5,9 +5,9 @@ ... }: { imports = [ - ../../shared/nixos/common-shell-settings - ../../shared/nixos/common-nix-settings - ../../shared/nixos/common-hm-settings + ../../shared/nixos-and-darwin/common-shell-settings + ../../shared/nixos-and-darwin/common-nix-settings + ../../shared/nixos-and-darwin/common-hm-settings ./remote-builders ]; diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index 9248c3c..681a199 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -8,9 +8,9 @@ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../shared/nixos/common-nix-settings - ../../shared/nixos/common-shell-settings - ../../shared/nixos/common-hm-settings + ../../shared/nixos-and-darwin/common-nix-settings + ../../shared/nixos-and-darwin/common-shell-settings + ../../shared/nixos-and-darwin/common-hm-settings ../../shared/nixos/zfs-impermenance ]; -- cgit v1.2.3