From 11d68a533e929b77375a02dd2e012db680fea8f3 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 16 Feb 2025 16:21:43 +0000 Subject: android-udev-rules for flashing calyxos --- machines/zenbook/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') diff --git a/machines/zenbook/default.nix b/machines/zenbook/default.nix index c2077e2..9aeb35c 100644 --- a/machines/zenbook/default.nix +++ b/machines/zenbook/default.nix @@ -119,6 +119,10 @@ # enable the OpenSSH daemon services.openssh.enable = true; + services.udev.packages = [ # for flashing calyxos + pkgs.android-udev-rules + ]; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix. -- cgit v1.2.3