diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-22 09:57:38 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-22 09:57:38 +0530 |
| commit | ad5a72cbe28de79b9ef7544e34e764a4853435ad (patch) | |
| tree | 9e173f26f68741c04aa15b2897aac5967b794af5 /machines/x | |
| parent | 2410082ecb068e542d27faa56e64baf04ea26f8e (diff) | |
update
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 3941514..ae1682b 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -64,6 +64,13 @@ in { }; }; + programs.adb.enable = true; + + services.printing.enable = true; + services.printing.drivers = [ + pkgs.brlaser + ]; + networking.extraHosts = '' 192.168.122.100 android 192.168.122.101 deb |
