diff --git a/nixos/machines/apollo/configuration.nix b/nixos/machines/apollo/configuration.nix index 3d3d799d..eaa6ce38 100644 --- a/nixos/machines/apollo/configuration.nix +++ b/nixos/machines/apollo/configuration.nix @@ -65,6 +65,7 @@ in }; services = { + teamviewer.enable = true; fwupd.enable = true; upower.enable = true; printing = { diff --git a/overlays/20-unfree.nix b/overlays/20-unfree.nix index 3cad8bd9..9e9afddd 100644 --- a/overlays/20-unfree.nix +++ b/overlays/20-unfree.nix @@ -5,6 +5,6 @@ let import self.sources.nixos-unstable { config.allowUnfree = true; }; in { - inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft; + inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer; inherit (unstableUnfree) steam; }