Upgrade to 23.05
This commit is contained in:
parent
c0e5c26ae9
commit
e21bba4363
8 changed files with 89 additions and 85 deletions
|
@ -20,9 +20,8 @@
|
|||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_10;
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
networking = {
|
||||
hostName = "grondahl";
|
||||
useDHCP = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue