summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.