framework-2024-11-10-20-45-27

This commit is contained in:
Alexander Szczepanski
2024-11-10 20:45:27 +01:00
parent a0e47fea0e
commit 5cd58df5cc
2 changed files with 2 additions and 6 deletions

View File

@ -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;
};