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 = [
./boot
@ -8,7 +8,6 @@
./network
./users
../../modules/system
(modulesPath + "/profiles/headless.nix")
];
networking = {