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 = [
|
imports = [
|
||||||
./boot
|
./boot
|
||||||
|
@ -8,7 +8,6 @@
|
||||||
./network
|
./network
|
||||||
./users
|
./users
|
||||||
../../modules/system
|
../../modules/system
|
||||||
(modulesPath + "/profiles/headless.nix")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue