Removed headless argument from flake
This commit is contained in:
parent
7f97b73ed6
commit
5d1a055bc4
1 changed files with 0 additions and 3 deletions
|
|
@ -43,7 +43,6 @@
|
|||
luna = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
headless = false;
|
||||
};
|
||||
modules = [
|
||||
./machines/luna/configuration.nix
|
||||
|
|
@ -57,7 +56,6 @@
|
|||
terra = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
headless = false;
|
||||
};
|
||||
modules = [
|
||||
./machines/terra/configuration.nix
|
||||
|
|
@ -71,7 +69,6 @@
|
|||
solis = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
headless = true;
|
||||
};
|
||||
modules = [
|
||||
./machines/solis/configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue