Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6m48s
Check NixOS configurations / eval-hosts (push) Failing after 6m48s
This commit is contained in:
@@ -14,18 +14,6 @@
|
|||||||
../../modules/nix/remote-builder-client.nix
|
../../modules/nix/remote-builder-client.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = lib.last (
|
|
||||||
lib.sort (a: b: (lib.versionOlder a.kernel.version b.kernel.version)) (
|
|
||||||
builtins.attrValues (
|
|
||||||
lib.filterAttrs (
|
|
||||||
name: kernelPackages:
|
|
||||||
(builtins.match "linux_[0-9]+_[0-9]+" name) != null
|
|
||||||
&& (builtins.tryEval kernelPackages).success
|
|
||||||
&& (!kernelPackages.${config.boot.zfs.package.kernelModuleAttribute}.meta.broken)
|
|
||||||
) pkgs.linuxKernel.packages
|
|
||||||
)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
networking.hostName = "server"; # Define your hostname.
|
networking.hostName = "server"; # Define your hostname.
|
||||||
networking.hostId = "6689f93e";
|
networking.hostId = "6689f93e";
|
||||||
|
|||||||
Reference in New Issue
Block a user