diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-02-16 16:21:43 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-02-16 16:21:43 +0000 |
| commit | 11d68a533e929b77375a02dd2e012db680fea8f3 (patch) | |
| tree | 2981add53e6ab2ade9885c6bdded88d58b86c593 /machines/zenbook | |
| parent | e8a5ecd91d70baab1cd6f2c1f27f23fe61ab14f6 (diff) | |
android-udev-rules for flashing calyxos
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/default.nix | 4 |
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. |
