various: remove left-over rtc_cmos rootModule

This is not needed anymore after
65a50ea453.
This commit is contained in:
Wolfgang Walther 2024-11-26 22:02:37 +01:00
parent c4da9c72d0
commit d232880c20
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
4 changed files with 2 additions and 8 deletions

View file

@ -226,8 +226,7 @@ let
image = (
pkgs.vmTools.override {
rootModules =
[ "zfs" "9p" "9pnet_virtio" "virtio_pci" "virtio_blk" ] ++
(pkgs.lib.optional pkgs.stdenv.hostPlatform.isx86 "rtc_cmos");
[ "zfs" "9p" "9pnet_virtio" "virtio_pci" "virtio_blk" ];
kernel = modulesTree;
}
).runInLinuxVM (