about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2022-03-05 14:48:35 +0100
committerGitHub <noreply@github.com>2022-03-05 14:48:35 +0100
commitcd7e516b266b96519b378c1751cd105401755232 (patch)
tree13856bd38fb1a61bdb56a0d16a5a8b01b7b30d42 /nixos/tests
parent36812feb85dc046a42d0818e0885767f267dc726 (diff)
parent8a95d9fede1dd191228af37b8a75d706b88fa481 (diff)
downloadnixlib-cd7e516b266b96519b378c1751cd105401755232.tar
nixlib-cd7e516b266b96519b378c1751cd105401755232.tar.gz
nixlib-cd7e516b266b96519b378c1751cd105401755232.tar.bz2
nixlib-cd7e516b266b96519b378c1751cd105401755232.tar.lz
nixlib-cd7e516b266b96519b378c1751cd105401755232.tar.xz
nixlib-cd7e516b266b96519b378c1751cd105401755232.tar.zst
nixlib-cd7e516b266b96519b378c1751cd105401755232.zip
Merge pull request #156858: nixos/polkit: don't enable by default
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/tinywl.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/tinywl.nix b/nixos/tests/tinywl.nix
index b286cab77945..8fb87b533306 100644
--- a/nixos/tests/tinywl.nix
+++ b/nixos/tests/tinywl.nix
@@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
       # Automatically login on tty1 as a normal user:
       imports = [ ./common/user-account.nix ];
       services.getty.autologinUser = "alice";
+      security.polkit.enable = true;
 
       environment = {
         systemPackages = with pkgs; [ tinywl foot wayland-utils ];