diff --git a/flake.nix b/flake.nix index f91d77b..8d9cda7 100644 --- a/flake.nix +++ b/flake.nix @@ -146,7 +146,7 @@ docker = nixpkgs.lib.nixosSystem { inherit system; modules = [ inputs.disko.nixosModules.disko - ./hosts/linode/configuration.nix + ./hosts/linode-minimal/configuration.nix ./modules/hardware-configuration/vm/linode.nix home-manager.nixosModules.home-manager { diff --git a/modules/disko/linode.nix b/modules/disko/linode.nix index b63ad96..3c4680d 100644 --- a/modules/disko/linode.nix +++ b/modules/disko/linode.nix @@ -7,7 +7,7 @@ device = "/dev/sda"; content = { -# type = "gpt"; + type = "gpt"; partitions = { root = { @@ -33,7 +33,7 @@ device = "/dev/sdb"; content = { -# type = "gpt"; + type = "gpt"; partitions = { swap = {