From c5157f5da89e5cde304e741d3a6a5920def060e1 Mon Sep 17 00:00:00 2001 From: Bun Date: Thu, 17 Apr 2025 01:22:27 -0400 Subject: [PATCH] Remove headless status from headed systems --- hosts/kitty/default.nix | 3 +-- hosts/midas/default.nix | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/kitty/default.nix b/hosts/kitty/default.nix index 8afe152c..627820a5 100644 --- a/hosts/kitty/default.nix +++ b/hosts/kitty/default.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: +{ ... }: { imports = [ ./boot @@ -8,7 +8,6 @@ ./network ./users ../../modules/system - (modulesPath + "/profiles/headless.nix") ]; networking = { diff --git a/hosts/midas/default.nix b/hosts/midas/default.nix index a397cc72..85422585 100644 --- a/hosts/midas/default.nix +++ b/hosts/midas/default.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: +{ ... }: { imports = [ ./boot @@ -9,7 +9,6 @@ ./services ./users ../../modules/system - (modulesPath + "/profiles/headless.nix") ]; networking = {