From 1b65ba7a838e422c9bf16ddcaf796a996fa51b6b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 27 Dec 2024 08:45:34 +0100 Subject: refactor: introduce profiles --- nixos/hosts/ev/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nixos/hosts/ev/default.nix') diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index d8b4b24..ec2ed86 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -8,11 +8,9 @@ { imports = [ ./hardware-configuration.nix - ../../sanix.nix - ../../parts/server.nix - ../../parts/tailscale.nix - ../../parts/basics.nix - ../../parts/basics-physical.nix + + + ]; boot.loader.systemd-boot.enable = true; -- cgit v1.2.3