From 1b65ba7a838e422c9bf16ddcaf796a996fa51b6b Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Fri, 27 Dec 2024 08:45:34 +0100
Subject: refactor: introduce profiles

---
 nixos/hosts/tente/default.nix | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'nixos/hosts/tente')

diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix
index b38d1ea..7885ff4 100644
--- a/nixos/hosts/tente/default.nix
+++ b/nixos/hosts/tente/default.nix
@@ -21,9 +21,7 @@ in
 {
   imports = [
     ./hardware-configuration.nix
-    ../../sanix.nix
-    ../../parts/server.nix
-    ../../parts/basics.nix
+    <top/profiles/server>
   ];
 
   # Use the GRUB 2 boot loader.
-- 
cgit v1.2.3