vno1-rp3b: journald logs to memory
This commit is contained in:
parent
13afab404a
commit
f159d9d89e
@ -75,28 +75,18 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.kodi.isNormalUser = true;
|
users.extraUsers.kodi.isNormalUser = true;
|
||||||
services.cage.user = "kodi";
|
|
||||||
services.cage.program = let
|
|
||||||
kodi-wayland = pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: [
|
|
||||||
kodiPkgs.youtube
|
|
||||||
]);
|
|
||||||
in "${kodi-wayland}/bin/kodi-standalone";
|
|
||||||
services.cage.enable = true;
|
|
||||||
|
|
||||||
#services.greetd = {
|
services.cage = {
|
||||||
# enable = true;
|
user = "kodi";
|
||||||
# settings = rec {
|
program = let
|
||||||
# initial_session = let
|
kodi-wayland = pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: [
|
||||||
# kodi-wayland = pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: [
|
kodiPkgs.youtube
|
||||||
# kodiPkgs.youtube
|
]);
|
||||||
# ]);
|
in "${kodi-wayland}/bin/kodi-standalone";
|
||||||
# in {
|
enable = true;
|
||||||
# command = "${kodi-wayland}/bin/kodi-standalone";
|
};
|
||||||
# user = "kodi";
|
|
||||||
# };
|
services.journald.extraConfig = "Storage=volatile";
|
||||||
# default_session = initial_session;
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
|
Loading…
Reference in New Issue
Block a user