This commit is contained in:
xunuwu 2024-06-14 09:24:27 +02:00
parent 841fe9a6a9
commit 1b1179c76b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 6 additions and 4 deletions

6
flake.lock generated
View file

@ -358,11 +358,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1718207430, "lastModified": 1718349360,
"narHash": "sha256-/eO2NTRvrrdYWMI06plS8ANDGOhTZBA+C3H3KwbBI1w=", "narHash": "sha256-SuPne4BMqh9/IkKIAG47Cu5qfmntAaqlHdX1yuFoDO0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "9e848e173ca83adf884815c66edc08652ef9ade8", "rev": "ae5c8dcc4d0182d07d75df2dc97112de822cb9d6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,6 +36,7 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
hardware.url = "github:nixos/nixos-hardware"; hardware.url = "github:nixos/nixos-hardware";
#hardware.url = "github:xunuwu/nixos-hardware/gigabyte-b550-flake";
#impermanence.url = "github:nix-community/impermanence"; #impermanence.url = "github:nix-community/impermanence";
home-manager = { home-manager = {

View file

@ -8,7 +8,8 @@
inputs.hardware.nixosModules.common-cpu-amd inputs.hardware.nixosModules.common-cpu-amd
inputs.hardware.nixosModules.common-gpu-amd inputs.hardware.nixosModules.common-gpu-amd
inputs.hardware.nixosModules.common-pc-ssd inputs.hardware.nixosModules.common-pc-ssd
./gigabyte-b550-fix.nix inputs.hardware.nixosModules.gigabyte-b550
#./gigabyte-b550-fix.nix
]; ];
boot = { boot = {