diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 9413949a..f03b6461 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -1,6 +1,6 @@ { inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: { imports = [ - inputs.nixos-hardware.nixosModules.framework-13th-gen-intel + inputs.nixos-hardware.nixosModules.framework-13-inch-13th-gen-intel (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix # ../../common/modules/boot.nix diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index def86e33..8c3aa012 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -1,6 +1,6 @@ { inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: { imports = [ - inputs.nixos-hardware.nixosModules.framework-7040-amd + inputs.nixos-hardware.nixosModules.framework-13-inch-7040-amd (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix ../../common/modules/secureboot.nix