framework-2024-11-10-20-45-27
This commit is contained in:
@ -88,6 +88,8 @@
|
|||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
fw-fanctrl.nixosModules.default
|
fw-fanctrl.nixosModules.default
|
||||||
|
inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||||
|
inputs.sops-nix.nixosModules.sops
|
||||||
./machine/framework/configuration.nix
|
./machine/framework/configuration.nix
|
||||||
chaotic.nixosModules.default # OUR DEFAULT MODULE
|
chaotic.nixosModules.default # OUR DEFAULT MODULE
|
||||||
];
|
];
|
||||||
|
@ -23,8 +23,6 @@ in {
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
|
||||||
inputs.sops-nix.nixosModules.sops
|
|
||||||
../../configs/browser.nix
|
../../configs/browser.nix
|
||||||
../../configs/common.nix
|
../../configs/common.nix
|
||||||
../../configs/docker.nix
|
../../configs/docker.nix
|
||||||
@ -71,10 +69,6 @@ in {
|
|||||||
efi = {canTouchEfiVariables = true;};
|
efi = {canTouchEfiVariables = true;};
|
||||||
};
|
};
|
||||||
supportedFilesystems = ["btrfs"];
|
supportedFilesystems = ["btrfs"];
|
||||||
# kernelPatches = [{
|
|
||||||
# name = "fix problems with netfilter in 6.11.4";
|
|
||||||
# patch = ../../kernelpatches/fix-netfilter-6.11.4.patch;
|
|
||||||
# }];
|
|
||||||
|
|
||||||
tmp.useTmpfs = false;
|
tmp.useTmpfs = false;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user