summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-02-16 16:21:43 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2025-02-16 16:21:43 +0000
commit11d68a533e929b77375a02dd2e012db680fea8f3 (patch)
tree2981add53e6ab2ade9885c6bdded88d58b86c593
parente8a5ecd91d70baab1cd6f2c1f27f23fe61ab14f6 (diff)
android-udev-rules for flashing calyxos
-rw-r--r--machines/zenbook/default.nix4
1 files changed, 4 insertions, 0 deletions
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.