diff --git a/flake.nix b/flake.nix index 535b4e3..e39477b 100644 --- a/flake.nix +++ b/flake.nix @@ -88,6 +88,8 @@ specialArgs = {inherit inputs outputs;}; modules = [ fw-fanctrl.nixosModules.default + inputs.nixos-hardware.nixosModules.framework-12th-gen-intel + inputs.sops-nix.nixosModules.sops ./machine/framework/configuration.nix chaotic.nixosModules.default # OUR DEFAULT MODULE ]; diff --git a/machine/framework/configuration.nix b/machine/framework/configuration.nix index ff6bac2..4c19255 100755 --- a/machine/framework/configuration.nix +++ b/machine/framework/configuration.nix @@ -23,8 +23,6 @@ in { imports = [ ./hardware-configuration.nix - inputs.nixos-hardware.nixosModules.framework-12th-gen-intel - inputs.sops-nix.nixosModules.sops ../../configs/browser.nix ../../configs/common.nix ../../configs/docker.nix @@ -71,10 +69,6 @@ in { efi = {canTouchEfiVariables = true;}; }; supportedFilesystems = ["btrfs"]; - # kernelPatches = [{ - # name = "fix problems with netfilter in 6.11.4"; - # patch = ../../kernelpatches/fix-netfilter-6.11.4.patch; - # }]; tmp.useTmpfs = false; };