Remove headless status from headed systems
This commit is contained in:
parent
7a56104845
commit
c5157f5da8
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ modulesPath, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
|
@ -8,7 +8,6 @@
|
|||
./network
|
||||
./users
|
||||
../../modules/system
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ modulesPath, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
|
@ -9,7 +9,6 @@
|
|||
./services
|
||||
./users
|
||||
../../modules/system
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue