Archived
disabled disko in linode-minimal
Check NixOS configurations / eval-hosts (push) Failing after 14m31s
Check NixOS configurations / eval-hosts (push) Failing after 14m31s
This commit is contained in:
@@ -145,7 +145,7 @@ docker = nixpkgs.lib.nixosSystem {
|
|||||||
linode-minimal = nixpkgs.lib.nixosSystem {
|
linode-minimal = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
inputs.disko.nixosModules.disko
|
# inputs.disko.nixosModules.disko
|
||||||
./hosts/linode-minimal/configuration.nix
|
./hosts/linode-minimal/configuration.nix
|
||||||
./modules/hardware-configuration/vm/linode.nix
|
./modules/hardware-configuration/vm/linode.nix
|
||||||
|
|
||||||
|
|||||||
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
||||||
bios = {
|
# bios = {
|
||||||
size = "1M";
|
# size = "1M";
|
||||||
# content = {
|
# # content = {
|
||||||
# type = "EF02";
|
# # type = "EF02";
|
||||||
# };
|
# # };
|
||||||
|
|
||||||
};
|
# };
|
||||||
|
|
||||||
root = {
|
root = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user