flake: remove nixos-hardware

This commit is contained in:
Aaron Bieber 2023-11-15 07:26:57 -07:00
parent a287a58652
commit a96d6669db
No known key found for this signature in database
4 changed files with 9 additions and 15 deletions

12
flake.lock generated
View File

@ -109,18 +109,16 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1699701045,
"narHash": "sha256-mDzUXK7jNO/utInWpSWEX1NgEEunVIpJg+LyPsDTfy0=",
"lastModified": 1699997707,
"narHash": "sha256-ugb+1TGoOqqiy3axyEZpfF6T4DQUGjfWZ3Htry1EfvI=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "b689465d0c5d88e158e7d76094fca08cc0223aad",
"rev": "5689f3ebf899f644a1aabe8774d4f37eb2f6c2f9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
"id": "nixos-hardware",
"type": "indirect"
}
},
"peerix": {

View File

@ -19,8 +19,6 @@
inputs.sops-nix.follows = "sops-nix";
};
nixos-hardware = { url = "github:NixOS/nixos-hardware/master"; };
#emacs-overlay = {
# url = "github:nix-community/emacs-overlay/d54a1521619daa37c9aa8c9e3362abb34e676007";
# inputs.nixpkgs.follows = "stable";
@ -203,9 +201,7 @@
devShells.aarch64-darwin.default = xinlib.buildShell darwinPkgs;
nixosConfigurations = {
europa = buildSys "x86_64-linux" unstable [
nixos-hardware.nixosModules.framework
] "europa";
europa = buildSys "x86_64-linux" unstable [ ] "europa";
pwntie = buildSys "x86_64-linux" stable [ ] "pwntie";
stan = buildSys "x86_64-linux" unstable [ ] "stan";
weather = buildSys "aarch64-linux" stable [ ] "weather";
@ -213,8 +209,6 @@
faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf";
box = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "box";
#luna = buildSys "x86_64-linux" stable
# [ "${nixos-hardware}/common/cpu/intel" ] "luna";
h = buildSys "x86_64-linux" stable [
./configs/hardened.nix
gostart.nixosModule

View File

@ -195,6 +195,7 @@ in
services.xinCA = { enable = false; };
services = {
fprintd.enable = true;
avahi = {
enable = true;
openFirewall = true;

View File

@ -39,9 +39,10 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware = {
acpilight.enable = true;
bluetooth.enable = true;
cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
bluetooth.enable = true;
rtl-sdr.enable = true;
};
}