Skip to content

Commit c42cd74

Browse files
committed
fix errors
1 parent 348bfd4 commit c42cd74

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nixos/framework-13-7040-amd/configuration.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
hostId = "505639ad";
3535
};
3636

37-
networking = {
38-
hostId = "505639ad";
39-
};
40-
4137
hardware = {
4238
graphics = {
4339
enable = true;

nixos/hp-probook/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666

6767
boot = {
6868
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
69+
zfs.package = pkgs.zfs_2_4;
6970
};
7071

7172
hardware = {

0 commit comments

Comments
 (0)