nixos/tests/tinywl: enable polkit
Tinywl just segfaults when polkit is missing, probably because it can't access required resources.
This commit is contained in:
parent
14563c7dbc
commit
ab34ab74ee
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||||
# Automatically login on tty1 as a normal user:
|
# Automatically login on tty1 as a normal user:
|
||||||
imports = [ ./common/user-account.nix ];
|
imports = [ ./common/user-account.nix ];
|
||||||
services.getty.autologinUser = "alice";
|
services.getty.autologinUser = "alice";
|
||||||
|
security.polkit.enable = true;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ tinywl foot wayland-utils ];
|
systemPackages = with pkgs; [ tinywl foot wayland-utils ];
|
||||||
|
|
Loading…
Reference in a new issue