diff options
Diffstat (limited to 'machines')
| -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 | 
