Set up memtest86 on neelix.

This commit is contained in:
Tom Alexander
2025-01-20 22:50:44 -05:00
parent 368c455b7f
commit c33a1b6c50
2 changed files with 12 additions and 9 deletions

View File

@@ -28,15 +28,16 @@
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
services.cage.enable = true;
nixpkgs.overlays = [
(final: prev: {
kodi-wayland = prev.kodi-wayland.withPackages (
kodiPkgs: with kodiPkgs; [
joystick
]
);
})
];
# nixpkgs.overlays = [
# (final: prev: {
# kodi-wayland = prev.kodi-wayland.withPackages (
# kodiPkgs: with kodiPkgs; [
# joystick
# vfs-sftp
# ]
# );
# })
# ];
users.users.kodi = {
isNormalUser = true;