diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 6409e07..99656e9 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -93,8 +93,8 @@ wants = ["network-online.target"]; what = "https://nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake"; - where = "/home/jellyfinmediaplayer/nextcloud"; - options = "uid=1003,gid=100,file_mode=0664,dir_mode=2775"; + where = "/home/kodi/nextcloud"; + options = "uid=1004,gid=100,file_mode=0664,dir_mode=2775"; type = "davfs"; } ]; @@ -105,12 +105,11 @@ # users.users.jellyfinmediaplayer.group = "jellyfinmediaplayer"; # users.users.jellyfin.extraGroups = ["jellyfinmediaplayer"]; - # # Add stremio kiosk on wayland :) - # users.extraUsers.jellyfinmediaplayer.isNormalUser = true; - # services.cage.user = "jellyfinmediaplayer"; - # services.cage.program = "${pkgs.jellyfin-media-player}/bin/jellyfinmediaplayer"; - # services.cage.enable = true; - # services.cage.extraArguments = ["-f"]; + users.extraUsers.kodi.isNormalUser = true; + + services.cage.user = "kodi"; + services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone"; + services.cage.enable = true; users.users.aria2.group = "aria2"; users.groups.aria2 = {};