diff options
Diffstat (limited to 'machines/zenbook/default.nix')
| -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. |
