diff --git a/1systems/x/config.nix b/1systems/x/config.nix index 4f5fe44..a4aa0cb 100644 --- a/1systems/x/config.nix +++ b/1systems/x/config.nix @@ -26,7 +26,6 @@ - # # base diff --git a/1systems/x/source.nix b/1systems/x/source.nix index 050fd39..05b74a0 100644 --- a/1systems/x/source.nix +++ b/1systems/x/source.nix @@ -7,5 +7,6 @@ mic92 = true; clever_kexec = true; home-manager = true; + nix-ld = true; # torrent = true; } diff --git a/1systems/x/x13/default.nix b/1systems/x/x13/default.nix index 9a407a5..7e9f4a6 100644 --- a/1systems/x/x13/default.nix +++ b/1systems/x/x13/default.nix @@ -28,6 +28,7 @@ environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json"; + services.fwupd.enable = true; programs.light.enable = true; diff --git a/1systems/x/x13/zfs.nix b/1systems/x/x13/zfs.nix index d6b99df..ba341ef 100644 --- a/1systems/x/x13/zfs.nix +++ b/1systems/x/x13/zfs.nix @@ -29,5 +29,6 @@ fsType = "zfs"; }; - swapDevices = [ ]; + swapDevices = [ ]; + services.zfs.autoScrub.enable = true; }