Set up memtest86 on neelix.
This commit is contained in:
parent
368c455b7f
commit
c33a1b6c50
@ -41,6 +41,8 @@
|
|||||||
# Automatically delete old generations
|
# Automatically delete old generations
|
||||||
boot.loader.systemd-boot.configurationLimit = 3;
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.memtest86.enable = true;
|
||||||
|
|
||||||
# Check what will be lost with `zfs diff zroot/linux/root@blank`
|
# Check what will be lost with `zfs diff zroot/linux/root@blank`
|
||||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
boot.initrd.systemd.enable = lib.mkDefault true;
|
||||||
boot.initrd.systemd.services.zfs-rollback = {
|
boot.initrd.systemd.services.zfs-rollback = {
|
||||||
|
@ -28,15 +28,16 @@
|
|||||||
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
||||||
services.cage.enable = true;
|
services.cage.enable = true;
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
(final: prev: {
|
# (final: prev: {
|
||||||
kodi-wayland = prev.kodi-wayland.withPackages (
|
# kodi-wayland = prev.kodi-wayland.withPackages (
|
||||||
kodiPkgs: with kodiPkgs; [
|
# kodiPkgs: with kodiPkgs; [
|
||||||
joystick
|
# joystick
|
||||||
]
|
# vfs-sftp
|
||||||
);
|
# ]
|
||||||
})
|
# );
|
||||||
];
|
# })
|
||||||
|
# ];
|
||||||
|
|
||||||
users.users.kodi = {
|
users.users.kodi = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user