Remove headless status from headed systems

This commit is contained in:
Bun 2025-04-17 01:22:27 -04:00
parent 7a56104845
commit c5157f5da8
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ modulesPath, ... }: { ... }:
{ {
imports = [ imports = [
./boot ./boot
@ -8,7 +8,6 @@
./network ./network
./users ./users
../../modules/system ../../modules/system
(modulesPath + "/profiles/headless.nix")
]; ];
networking = { networking = {

View file

@ -1,4 +1,4 @@
{ modulesPath, ... }: { ... }:
{ {
imports = [ imports = [
./boot ./boot
@ -9,7 +9,6 @@
./services ./services
./users ./users
../../modules/system ../../modules/system
(modulesPath + "/profiles/headless.nix")
]; ];
networking = { networking = {