diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index d538058..63f932e 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -176,8 +176,6 @@ ../../../home-manager/configuration/graphical-fullblown.nix ]; - services.syncthing.enable = lib.mkForce false; - home.sessionVariables = {}; home.packages = with pkgs; [ @@ -185,7 +183,6 @@ # TODO: currently unsupported services.gammastep.enable = lib.mkForce false; - # programs.chromium.enable = lib.mkForce false; }; boot = { @@ -193,23 +190,6 @@ loader.efi.canTouchEfiVariables = lib.mkForce false; loader.efi.efiSysMountPoint = "/boot"; blacklistedKernelModules = ["wwan"]; - - # kernelParams = let - # dtbName = "sc8280xp-lenovo-thinkpad-x13s.dtb"; - # in lib.mkForce [ - # # needed to boot - # "dtb=${dtbName}" - - # # jhovold recommended - # "efi=noruntime" - # "clk_ignore_unused" - # "pd_ignore_unused" - # # "regulator_ignore_unused" - # "arm64.nopauth" - - # # blacklist graphics in initrd so the firmware can load from disk - # "rd.driver.blacklist=msm" - # ]; }; hardware.firmware = lib.mkBefore [ diff --git a/nix/os/devices/steveej-x13s/flake.nix b/nix/os/devices/steveej-x13s/flake.nix index 8d1328a..8a30dbe 100644 --- a/nix/os/devices/steveej-x13s/flake.nix +++ b/nix/os/devices/steveej-x13s/flake.nix @@ -9,9 +9,6 @@ disko.inputs.nixpkgs.follows = "nixpkgs"; - mobile-nixos.url = "github:NixOS/mobile-nixos"; - mobile-nixos.flake = false; - home-manager = { url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs";