steveej-x13s: re-enable syncthing and cleanup

This commit is contained in:
steveej 2024-08-03 18:15:16 +02:00
parent c64db438a2
commit 186488456c
2 changed files with 0 additions and 23 deletions

View file

@ -176,8 +176,6 @@
../../../home-manager/configuration/graphical-fullblown.nix ../../../home-manager/configuration/graphical-fullblown.nix
]; ];
services.syncthing.enable = lib.mkForce false;
home.sessionVariables = {}; home.sessionVariables = {};
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -185,7 +183,6 @@
# TODO: currently unsupported # TODO: currently unsupported
services.gammastep.enable = lib.mkForce false; services.gammastep.enable = lib.mkForce false;
# programs.chromium.enable = lib.mkForce false;
}; };
boot = { boot = {
@ -193,23 +190,6 @@
loader.efi.canTouchEfiVariables = lib.mkForce false; loader.efi.canTouchEfiVariables = lib.mkForce false;
loader.efi.efiSysMountPoint = "/boot"; loader.efi.efiSysMountPoint = "/boot";
blacklistedKernelModules = ["wwan"]; 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 [ hardware.firmware = lib.mkBefore [

View file

@ -9,9 +9,6 @@
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
mobile-nixos.url = "github:NixOS/mobile-nixos";
mobile-nixos.flake = false;
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.05"; url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";