feat(web02): Don't specify a kernel version
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m9s
build configuration / build_storage01 (push) Successful in 1m13s
build configuration / build_compute01 (push) Successful in 1m17s
build configuration / build_vault01 (push) Successful in 1m30s
build configuration / build_web02 (push) Successful in 1m30s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m36s
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m9s
build configuration / build_storage01 (push) Successful in 1m13s
build configuration / build_compute01 (push) Successful in 1m17s
build configuration / build_vault01 (push) Successful in 1m30s
build configuration / build_web02 (push) Successful in 1m30s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m36s
This commit is contained in:
parent
d23d53d5fc
commit
3573613033
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ pkgs, modulesPath, ... }:
|
||||
{ modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
|
@ -21,7 +21,6 @@
|
|||
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
extraModulePackages = [ ];
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
Loading…
Reference in a new issue